Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 10 Aug 2012 14:52:51 +0000 (15:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 Aug 2012 14:52:51 +0000 (15:52 +0100)
ChangeLog
wscript

index 0d2988f1bc040d9ac55694ab1f8363cbe25f7f3d..8daa27ef85fe77d987552e90789d16ace49c6987 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.46 released.
+
 2012-08-10  Carl Hetherington  <cth@carlh.net>
 
        * Untested fixes for failure to encode
diff --git a/wscript b/wscript
index 485e76fc13d299a0a59af1a2a060b2008f43174b..4e269ffc79fcb3849893745248984cc2b8e0e29c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.46pre'
+VERSION = '0.46'
 
 def options(opt):
     opt.load('compiler_cxx')