Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 15:49:29 +0000 (16:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 15:49:29 +0000 (16:49 +0100)
ChangeLog
wscript

index d0d5bdf8f6faa124104e64525dc9bf3c1e793ab9..c11cb3cc9f5bdddcb2f5f2f6293e21f8da7f0622 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-01  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.40 released.
+
 2012-08-01  Carl Hetherington  <cth@carlh.net>
 
        * Fix a few bugs related to thumbnailing.
diff --git a/wscript b/wscript
index 0597f5f32a0a9ef3410fa539afbdd6e1b28d3859..4ed86f10681063ad6536f52e0397b17520af3874 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.40pre'
+VERSION = '0.40'
 
 def options(opt):
     opt.load('compiler_cxx')