diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-27 11:57:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-27 11:57:02 +0100 |
| commit | 458b42859c79b1fd725b650946eac3ef572b79aa (patch) | |
| tree | c39dc561e183b1b84b69e66e4c592dab0369d981 | |
| parent | 0bf241861d1efb4749601d3a1bdc708651aa3df5 (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-08-27 Carl Hetherington <cth@carlh.net> + + * Version 0.47 released. + 2012-08-23 Carl Hetherington <cth@carlh.net> * Add some more formats. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.47pre' +VERSION = '0.47' def options(opt): opt.load('compiler_cxx') |
