Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 27 Jul 2012 23:26:54 +0000 (00:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 27 Jul 2012 23:26:54 +0000 (00:26 +0100)
ChangeLog
wscript

index 9c89dd960b97107ad0d636c6daeb46966cab7477..256f00dba0f391fe6732580b68744d953e89cd82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-28  Carl Hetherington  <cth@carlh.net>
+
+       Version 0.33 released.
+
 2012-07-28  Carl Hetherington  <cth@carlh.net>
 
        Version 0.32 released.
diff --git a/wscript b/wscript
index cea13416dcecf1f4b3de1b8b890e358b4ce8d675..678aa0a0beaedc47a8fd2400fafe0b73b7db25e5 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.33pre'
+VERSION = '0.33'
 
 def options(opt):
     opt.load('compiler_cxx')