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

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