Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 25 Nov 2012 02:06:56 +0000 (02:06 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 25 Nov 2012 02:06:56 +0000 (02:06 +0000)
release
wscript

diff --git a/release b/release
index 19b6a4b3f18bc4b51cdb16941cf1151ad6cdd941..12e7b7fe45b0f3d3cf473bad2b93b0db5fa879ee 100755 (executable)
--- a/release
+++ b/release
@@ -70,8 +70,8 @@ if raw_input() != "y":
 command("git clean -f")
 command("git tag -m \"v%s\" v%s" % (release_version_string, release_version_string))
 command("./waf clean")
-command("./waf")
 command("./waf configure")
+command("./waf")
 command("./waf dist")
 
 rewrite_wscript(new_pre_version)
diff --git a/wscript b/wscript
index b755bfa450f8c11a195ddc4df4a40cb80b3d4a7c..13abb2a07954b51f7a5415336497fcad7242b0e6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import lut
 
 APPNAME = 'libdcp'
-VERSION = '0.27'
+VERSION = '0.28pre'
 
 def options(opt):
     opt.load('compiler_cxx')