summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-08-31 13:16:05 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-08-31 13:16:05 -0500
commit205f9ea38fba73985035d727c4fe78978a25dcf2 (patch)
tree91c79c4f5a666bfd2d94474ab9fe4f2c86cd0e09 /osx
parent242e66c4eb62396f46041bf50ca99a1025128bed (diff)
downloadbcfg2-205f9ea38fba73985035d727c4fe78978a25dcf2.tar.gz
bcfg2-205f9ea38fba73985035d727c4fe78978a25dcf2.tar.bz2
bcfg2-205f9ea38fba73985035d727c4fe78978a25dcf2.zip
Version bump to 1.3.0pre1
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'osx')
-rw-r--r--osx/Makefile4
-rw-r--r--osx/macports/Portfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/osx/Makefile b/osx/Makefile
index d3a2d4b90..a6f8bae74 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -29,9 +29,9 @@ 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.3
+BCFGVER = 1.3.0pre1
MAJOR = 1
-MINOR = 23
+MINOR = 30
default: clean client
diff --git a/osx/macports/Portfile b/osx/macports/Portfile
index 59de46f8c..f4d856368 100644
--- a/osx/macports/Portfile
+++ b/osx/macports/Portfile
@@ -5,7 +5,7 @@ PortSystem 1.0
PortGroup python26 1.0
name bcfg2
-version 1.2.0
+version 1.3.0pre1
categories sysutils python
maintainers gmail.com:sol.jerome
license BSD