Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Nov 2012 21:44:23 +0000 (21:44 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Nov 2012 21:44:23 +0000 (21:44 +0000)
ChangeLog
wscript

index 076a7ebfe23857c5dea777648e2b284bafcba9c3..8e75c88e25853a9142d2f774b6e37694c5efdb1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.57 released.
+
 2012-11-10  Carl Hetherington  <cth@carlh.net>
 
        * Fix crash when trying to use a DCI name when there
diff --git a/wscript b/wscript
index 6a32165da0d4d15d1cceecd528316b4641df784d..6ba453e3af1e0d439ea647916e11707c55e86c2a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.57pre'
+VERSION = '0.57'
 
 def options(opt):
     opt.load('compiler_cxx')