diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-05 21:48:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-05 21:48:26 +0000 |
| commit | 2b2f97c08ac65056a9fd7e93b12ca3937b091ff0 (patch) | |
| tree | bd6dd10d406eabc7d22badca573ccb55e8b21fc1 | |
| parent | 840952af7e3f9456d5eb1cf4994c3160ebf4a374 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-12-05 Carl Hetherington <cth@carlh.net> + + * Version 0.59beta1 released. + 2012-11-15 Carl Hetherington <cth@carlh.net> * Default to using a DCI name. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.59pre' +VERSION = '0.59beta1' def options(opt): opt.load('compiler_cxx') |
