Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Aug 2012 10:57:02 +0000 (11:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Aug 2012 10:57:02 +0000 (11:57 +0100)
ChangeLog
wscript

index c09b14fcb34dc9a84cc6dfa42a6f82611f31dae6..fd8b71bb2970167281a4ed574450dd831cce8804 100644 (file)
--- 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 08ecad4de784dc31273df298e0bb7150645c5eb5..b55615ba17ae8f1551b51f270545e0ffa98692e1 100644 (file)
--- 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')