summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-06-16 09:36:13 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-06-16 09:36:13 -0500
commit67285919a86c8ffaf7a7ae7cc67e7c831c66ce33 (patch)
treedb1fc44fa9bfb107c48c91972ed2bef160d836aa /osx
parent37e87a10892d3f53c8ded2bbbf8887561600b8ef (diff)
downloadbcfg2-67285919a86c8ffaf7a7ae7cc67e7c831c66ce33.tar.gz
bcfg2-67285919a86c8ffaf7a7ae7cc67e7c831c66ce33.tar.bz2
bcfg2-67285919a86c8ffaf7a7ae7cc67e7c831c66ce33.zip
Version bump to 1.4.0pre1v1.4.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 3cc92f9dc..174eb53c8 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -28,9 +28,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.3.4
+BCFGVER = 1.4.0pre1
MAJOR = 1
-MINOR = 34
+MINOR = 40
default: clean client
diff --git a/osx/macports/Portfile b/osx/macports/Portfile
index 28e345c3b..05ce40bf0 100644
--- a/osx/macports/Portfile
+++ b/osx/macports/Portfile
@@ -5,7 +5,7 @@ PortSystem 1.0
PortGroup python26 1.0
name bcfg2
-version 1.3.4
+version 1.4.0pre1
categories sysutils python
maintainers gmail.com:sol.jerome
license BSD