Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Sep 2012 13:48:48 +0000 (14:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 Sep 2012 13:48:48 +0000 (14:48 +0100)
ChangeLog
wscript

index 3db748f2e547d763bb5645b28091160cc49c51ed..51536a59e223360e74802d92b9b01c03f0440df8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-27  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.53 released.
+
 2012-09-27  Carl Hetherington  <cth@carlh.net>
 
        * Fix unrecognised capital letters on
diff --git a/wscript b/wscript
index 69d68a35ce6ef73d36db89b0ea68561166a74e2f..a7dc2cf6ce66f687c2ec93c4071589ad83311605 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.53pre'
+VERSION = '0.53'
 
 def options(opt):
     opt.load('compiler_cxx')