summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-27 11:57:02 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-27 11:57:02 +0100
commit458b42859c79b1fd725b650946eac3ef572b79aa (patch)
treec39dc561e183b1b84b69e66e4c592dab0369d981
parent0bf241861d1efb4749601d3a1bdc708651aa3df5 (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 c09b14fcb..fd8b71bb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-27 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.47 released.
+
2012-08-23 Carl Hetherington <cth@carlh.net>
* Add some more formats.
diff --git a/wscript b/wscript
index 08ecad4de..b55615ba1 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.47pre'
+VERSION = '0.47'
def options(opt):
opt.load('compiler_cxx')