Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 24 Sep 2012 00:59:18 +0000 (01:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 24 Sep 2012 00:59:18 +0000 (01:59 +0100)
ChangeLog
wscript

index 87551e988d057ca1b74a744ee0ebc55ca3abee18..70c097f165bc062856d497f9015ff4565e8f4a5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-24  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.52 released.
+
 2012-09-23  Carl Hetherington  <cth@carlh.net>
 
        * Fix alignment of frames per second count.
diff --git a/wscript b/wscript
index 78909390bb79bf9a8c35e64dda8ca2552e42cd50..9bf6e3e194ecbd8d2cdb68208212874e969193d7 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.52pre'
+VERSION = '0.52'
 
 def options(opt):
     opt.load('compiler_cxx')