Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 7 Nov 2012 01:05:38 +0000 (01:05 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 7 Nov 2012 01:05:38 +0000 (01:05 +0000)
ChangeLog
wscript

index b709865c3e89d03557e0bd5f5a507507618de7ef..3ade2ea92dea8e30a695cf80edb71ea439a77a28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.56 released.
+
 2012-11-05  Carl Hetherington  <cth@carlh.net>
 
        * Remove options to black-out the video when cropping the end;
diff --git a/wscript b/wscript
index 10be7109effd23572cc249239e81a1905fb2ed2b..f286e9d0aa4a8e6734c1d5cfe1accde5003a3d76 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.56pre'
+VERSION = '0.56'
 
 def options(opt):
     opt.load('compiler_cxx')