Fudge versioning after mis-build.
authorCarl Hetherington <cth@carlh.net>
Sat, 4 Aug 2012 10:57:47 +0000 (11:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 4 Aug 2012 10:57:47 +0000 (11:57 +0100)
ChangeLog
wscript

index 3e07b332f4856190f69174d5388d0887216b085a..a60d4ec2446288b1a8b9286ab5882a3868f2bef9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2012-08-04  Carl Hetherington  <cth@carlh.net>
 
-       * Version 0.41 released.
+       * Version 0.42 released.
 
 2012-08-04  Carl Hetherington  <cth@carlh.net>
 
diff --git a/wscript b/wscript
index cd4d882012f3a19b3827c6932f5f4072298f0d82..2aa2db6a00f569fad1f7b56ef5badb7bc43cdc2f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.41pre'
+VERSION = '0.42pre'
 
 def options(opt):
     opt.load('compiler_cxx')