7172991 install needs update for new pkg api.py version introduced by pli
authorDrew Fisher <drew.fisher@oracle.com>
Tue, 19 Jun 2012 13:34:37 -0600
changeset 1718 4cec97c628bb
parent 1717 10cb4d15a248
child 1719 e6d6162c0410
7172991 install needs update for new pkg api.py version introduced by pli
usr/src/lib/install_common/__init__.py.src
--- a/usr/src/lib/install_common/__init__.py.src	Tue Jun 19 12:18:37 2012 -0600
+++ b/usr/src/lib/install_common/__init__.py.src	Tue Jun 19 13:34:37 2012 -0600
@@ -77,7 +77,7 @@
 
 # global version number for all of the consumers of the pkg5 API in the source
 # tree
-PKG5_API_VERSION = 66
+PKG5_API_VERSION = 72
 
 # Reg-exp to match that a given string would be a valid DTD path for Install
 DTD_PATH_RE = ".*\.dtd\.\d+$"