Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 4 Aug 2012 10:53:50 +0000 (11:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 4 Aug 2012 10:53:50 +0000 (11:53 +0100)
ChangeLog
wscript

index 44cdc3f052496cc7a2ddde972a4b1159f765fe28..3e07b332f4856190f69174d5388d0887216b085a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-04  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.41 released.
+
 2012-08-04  Carl Hetherington  <cth@carlh.net>
 
        * Request admin priviledges on install for Windows 7.
diff --git a/wscript b/wscript
index cd4d882012f3a19b3827c6932f5f4072298f0d82..8a36caf628b30858f6e9652d08d41a2459dc9b88 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.41pre'
+VERSION = '0.41'
 
 def options(opt):
     opt.load('compiler_cxx')