diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-03 23:44:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-03 23:44:32 +0000 |
| commit | 008b812d6697c29b6e8e9cb98c0f4ff3995dee4e (patch) | |
| tree | 6e9b4418d1b7328516c87a473168761b20b2b923 | |
| parent | c1cfb24a12ad8109ec9e86cbff5646071ad2e85a (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-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') |
