diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:31:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-28 00:31:26 +0100 |
| commit | 349412cdb3ac555dad53de05fd53cffa7fd1146b (patch) | |
| tree | d3e37e1adc8137f5bfa2c67ea8006626cad56400 | |
| parent | 0bbe6e2dbf0cfbdf7bc063f052c7494a8f16637f (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-07-28 Carl Hetherington <cth@carlh.net> + Version 0.34 released. + +2012-07-28 Carl Hetherington <cth@carlh.net> + Version 0.33 released. 2012-07-28 Carl Hetherington <cth@carlh.net> @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.34pre' +VERSION = '0.34' def options(opt): opt.load('compiler_cxx') |
