diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-04 15:48:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-04 15:48:53 +0100 |
| commit | c12b4a00364428fbe7dd3662aa3ffa5a424ef409 (patch) | |
| tree | 5d547761ea0bd2319099bb119af936adfe1ade72 | |
| parent | 3365d6c762a9bfbef92d307b86402f682cb5e1b0 (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-08-04 Carl Hetherington <cth@carlh.net> + * Version 0.43 released. + +2012-08-04 Carl Hetherington <cth@carlh.net> + * Use wxwidgets .rc file to make Windows version look nicer. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.43pre' +VERSION = '0.43' def options(opt): opt.load('compiler_cxx') |
