diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2012-12-03 Carl Hetherington <cth@carlh.net> + * Version 0.58 released. + +2012-12-03 Carl Hetherington <cth@carlh.net> + * DVD-o-matic and its dependencies rebuilt with a newer mingw toolchain and with -O2 rather than -O3 to (hopefully) improve reliability on Windows. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.58pre' +VERSION = '0.58' def options(opt): opt.load('compiler_cxx') |
