diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-25 02:06:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-25 02:06:56 +0000 |
| commit | ff3a1516f6c6750773e869089674fa60c305d175 (patch) | |
| tree | 80771123806c3e1c07fa2958dac85fde6e107d7f | |
| parent | e520d3417161482f142827326db0cfdde6cdda22 (diff) | |
Bump version
| -rwxr-xr-x | release | 2 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) @@ -3,7 +3,7 @@ import os import lut APPNAME = 'libdcp' -VERSION = '0.27' +VERSION = '0.28pre' def options(opt): opt.load('compiler_cxx') |
