Merge branch 'dead-wood'
authorCarl Hetherington <cth@carlh.net>
Tue, 4 Dec 2012 19:42:21 +0000 (19:42 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 4 Dec 2012 19:42:21 +0000 (19:42 +0000)
ChangeLog
wscript

index b477f0386b48bacfec9df8c77a37c07085e24770..0b5a52b511f90df1c1da90946bf30b47d2bcd675 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-03  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.58 released.
+
 2012-12-03  Carl Hetherington  <cth@carlh.net>
 
        * DVD-o-matic and its dependencies rebuilt with
diff --git a/wscript b/wscript
index a069c358d494fffab3b2bb3ac61da0b8e5cf3d3f..8e3f75d0979327cbe6a94e0951861ccbb0094684 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.58pre'
+VERSION = '0.59pre'
 
 def options(opt):
     opt.load('compiler_cxx')