summaryrefslogtreecommitdiffstats
path: root/osx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osx/Makefile')
-rw-r--r--osx/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/osx/Makefile b/osx/Makefile
index 9fa9e56ce..174eb53c8 100644
--- a/osx/Makefile
+++ b/osx/Makefile
@@ -5,8 +5,7 @@ PREFLIGHT = preflight
POSTFLIGHT = postflight
PKGROOT = bcfg2pkg
PKGTMP = bcfg2tmp
-FILTERS = --filter Hostbase \
---filter Reports \
+FILTERS = --filter Reports \
--filter Server \
--filter xsd \
--filter xsl \
@@ -29,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.6
+BCFGVER = 1.4.0pre1
MAJOR = 1
-MINOR = 36
+MINOR = 40
default: clean client