summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-04 15:48:53 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-04 15:48:53 +0100
commitc12b4a00364428fbe7dd3662aa3ffa5a424ef409 (patch)
tree5d547761ea0bd2319099bb119af936adfe1ade72
parent3365d6c762a9bfbef92d307b86402f682cb5e1b0 (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 87d9e6866..1866405b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-08-04 Carl Hetherington <cth@carlh.net>
+ * Version 0.43 released.
+
+2012-08-04 Carl Hetherington <cth@carlh.net>
+
* Use wxwidgets .rc file to make Windows version
look nicer.
diff --git a/wscript b/wscript
index 48f189073..45fbc8e69 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.43pre'
+VERSION = '0.43'
def options(opt):
opt.load('compiler_cxx')