summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-07-01 16:24:46 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-07-01 16:24:46 -0500
commitd5943d26a546bd0831e3a3001a7c6a7f9a868399 (patch)
tree6f23ecd07a82a10f4bb2b8ac06e5104d6610fe52 /osx
parent166ff79220ea44ba53e158b88ebe8cf6f753a1ad (diff)
downloadbcfg2-d5943d26a546bd0831e3a3001a7c6a7f9a868399.tar.gz
bcfg2-d5943d26a546bd0831e3a3001a7c6a7f9a868399.tar.bz2
bcfg2-d5943d26a546bd0831e3a3001a7c6a7f9a868399.zip
Version bump to 1.3.2v1.3.2
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 f25e71927..0fc47aa7b 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.3.1
+BCFGVER = 1.3.2
MAJOR = 1
-MINOR = 31
+MINOR = 32
default: clean client
diff --git a/osx/macports/Portfile b/osx/macports/Portfile
index 45cf3dd2b..11c1d1908 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.1
+version 1.3.2
categories sysutils python
maintainers gmail.com:sol.jerome
license BSD