diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:51:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:51:17 +0100 |
| commit | 1696db9d92e4898e9e63e405b64b126e1c1e03e7 (patch) | |
| tree | d519793ed9d17dc72ca359dd1f7a66282d2be06e | |
| parent | 8b00b55701f24c5b3b945c8e6480adbf11b45baf (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.35 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.35pre' +VERSION = '0.35' def options(opt): opt.load('compiler_cxx') |
