diff options
Diffstat (limited to 'osx')
-rw-r--r-- | osx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/Makefile b/osx/Makefile index 09be89f74..aa0c13650 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -29,7 +29,7 @@ SITELIBDIR = /Library/Python/${PYVERSION}/site-packages # an Info.plist file for packagemaker to look at for package creation # and substitute the version strings. Major/Minor versions can only be # integers (e.g. "1" and "00" for bcfg2 version 1.0.0. -BCFGVER = 1.2.0rc2 +BCFGVER = 1.2.0 MAJOR = 1 MINOR = 20 |