summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-16 14:01:03 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-16 14:01:03 +0100
commitbe0a7dc432768392527f59c1b395a959e08e5d23 (patch)
tree62b9a956914514ab6d5024b3d5005ed509ba07ac
parent9218b7ccd559dc6b96c19a182c5ec8e29db078fa (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 244cbdaf8..d683e5536 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-16 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.48 released.
+
2012-09-15 Carl Hetherington <cth@carlh.net>
* Slightly speculative fix for failure to
diff --git a/wscript b/wscript
index 405fdf5b1..961187005 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.48pre'
+VERSION = '0.48'
def options(opt):
opt.load('compiler_cxx')