summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-03 23:44:32 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-03 23:44:32 +0000
commit008b812d6697c29b6e8e9cb98c0f4ff3995dee4e (patch)
tree6e9b4418d1b7328516c87a473168761b20b2b923
parentc1cfb24a12ad8109ec9e86cbff5646071ad2e85a (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--wscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b477f0386..0b5a52b51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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
a newer mingw toolchain and with -O2 rather than
-O3 to (hopefully) improve reliability on Windows.
diff --git a/wscript b/wscript
index c3911e5d2..02895728c 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.58pre'
+VERSION = '0.58'
def options(opt):
opt.load('compiler_cxx')