summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-03-21 09:36:34 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-03-21 09:36:34 -0500
commit7d22e7fe4bff3c229ed0cb8d3a792e508ba13cce (patch)
tree54d1dfc689ef0e4bc0d0c178c45e3fd55901d77a /osx
parent98ef06e6a0426958f476f2835839aea5de3f7bc6 (diff)
parent5feb76d97c6b26228dcf521659f434c6b576310c (diff)
downloadbcfg2-7d22e7fe4bff3c229ed0cb8d3a792e508ba13cce.tar.gz
bcfg2-7d22e7fe4bff3c229ed0cb8d3a792e508ba13cce.tar.bz2
bcfg2-7d22e7fe4bff3c229ed0cb8d3a792e508ba13cce.zip
Merge branch 'maint'
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 dbd771ed8..f25e71927 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.0
+BCFGVER = 1.3.1
MAJOR = 1
-MINOR = 30
+MINOR = 31
default: clean client
diff --git a/osx/macports/Portfile b/osx/macports/Portfile
index d3c162176..45cf3dd2b 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.0
+version 1.3.1
categories sysutils python
maintainers gmail.com:sol.jerome
license BSD