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

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