diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-16 14:01:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-16 14:01:03 +0100 |
| commit | be0a7dc432768392527f59c1b395a959e08e5d23 (patch) | |
| tree | 62b9a956914514ab6d5024b3d5005ed509ba07ac | |
| parent | 9218b7ccd559dc6b96c19a182c5ec8e29db078fa (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-09-16 Carl Hetherington <cth@carlh.net> + + * Version 0.48 released. + 2012-09-15 Carl Hetherington <cth@carlh.net> * Slightly speculative fix for failure to @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.48pre' +VERSION = '0.48' def options(opt): opt.load('compiler_cxx') |
