diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:20:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:20:53 +0100 |
| commit | bf778dc0f1effb290952692c251d33eb9731a8c6 (patch) | |
| tree | 47d4123140439067ff8550ba4fc2c011f1ca203e | |
| parent | 05283feaa04558cbab6466108b1052387e662201 (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-07-28 Carl Hetherington <cth@carlh.net> + + Version 0.32 released. + 2012-07-27 Carl Hetherington <cth@carlh.net> * Version 0.31 released. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.32pre' +VERSION = '0.32' def options(opt): opt.load('compiler_cxx') |
