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

index 703ab5c1e71eed51425bfc37580ab6207ca46962..461487e9c7a39be89b1ee406dac1958417bb6be1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-28  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.35 released.
+
 2012-07-27  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.31 released.
diff --git a/wscript b/wscript
index 8f76c1ba8f67eabf35535d5f1e4f61fe67069657..8abe53531804eff811fcabc679f94e80e61aa4a4 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.35pre'
+VERSION = '0.35'
 
 def options(opt):
     opt.load('compiler_cxx')