diff options
Diffstat (limited to 'osx/Makefile')
-rw-r--r-- | osx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/Makefile b/osx/Makefile index 0d0bd40f9..dd6f19e2e 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.3.0pre2 +BCFGVER = 1.3.0rc1 MAJOR = 1 MINOR = 30 |