diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:26:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:26:54 +0100 |
| commit | 4ab5eefd44f045efcd6c03924441b4218a956fdd (patch) | |
| tree | 91afc7102cc405c2f277fba2949bd86b27e48579 | |
| parent | feb160389528ff431eebf40f7c4c3083234d3c42 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2012-07-28 Carl Hetherington <cth@carlh.net> + Version 0.33 released. + +2012-07-28 Carl Hetherington <cth@carlh.net> + Version 0.32 released. 2012-07-27 Carl Hetherington <cth@carlh.net> @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.33pre' +VERSION = '0.33' def options(opt): opt.load('compiler_cxx') |
