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

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