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

index 87d9e6866354d3ea67c752b51e023e0b22f43d28..1866405b58c178396e0cfaf63f0d30bb24081462 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-04  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.43 released.
+
 2012-08-04  Carl Hetherington  <cth@carlh.net>
 
        * Use wxwidgets .rc file to make Windows version
diff --git a/wscript b/wscript
index 48f189073772ef10179a2e38cc4fd1a48fc943b4..45fbc8e6967ea8fafa01afedfb601d5a112f341c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.43pre'
+VERSION = '0.43'
 
 def options(opt):
     opt.load('compiler_cxx')