summaryrefslogtreecommitdiffstats
path: root/osx
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-02-25 13:25:16 -0600
committerSol Jerome <sol.jerome@gmail.com>2014-02-25 13:25:16 -0600
commit74fd7a8e65ac9737a6ab39afa3378ca63fbe4e21 (patch)
tree1f481282afc8a63d0ef3ca8d4bb7ade4b2b7edf2 /osx
parente48fe708f6d40badaa778e2af48afb4c5b522190 (diff)
downloadbcfg2-74fd7a8e65ac9737a6ab39afa3378ca63fbe4e21.tar.gz
bcfg2-74fd7a8e65ac9737a6ab39afa3378ca63fbe4e21.tar.bz2
bcfg2-74fd7a8e65ac9737a6ab39afa3378ca63fbe4e21.zip
Version bump to 1.3.4
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 1f3564c1c..55ad9c8f2 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.3
+BCFGVER = 1.3.4
MAJOR = 1
-MINOR = 33
+MINOR = 34
default: clean client
diff --git a/osx/macports/Portfile b/osx/macports/Portfile
index 83c7f4075..28e345c3b 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.3
+version 1.3.4
categories sysutils python
maintainers gmail.com:sol.jerome
license BSD