diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:31:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:31:16 +0100 |
| commit | 0bbe6e2dbf0cfbdf7bc063f052c7494a8f16637f (patch) | |
| tree | 49e6f66828f46c4dd32cc54590c02c34d063b986 | |
| parent | 4ab5eefd44f045efcd6c03924441b4218a956fdd (diff) | |
Tweak & bump.
| -rwxr-xr-x | release | 2 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,7 @@ command("./waf") command("./waf configure") command("./waf dist") command("./rebuild-windows") -shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s .exe' % release_version_string), '.') +shutil.copy(os.path.join('build', 'windows', 'DVD-o-matic %s Installer.exe' % release_version_string), '.') rewrite_wscript(new_pre_version) @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.33' +VERSION = '0.34pre' def options(opt): opt.load('compiler_cxx') |
