Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 22 Sep 2012 15:49:06 +0000 (16:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 22 Sep 2012 15:49:06 +0000 (16:49 +0100)
ChangeLog
wscript

index ea7b04762b0e15057d511d905f7b43f53d8f67cc..965c044283937e19c73f7260f1afe38cd9a9eadb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.51 released.
+
 2012-09-22  Carl Hetherington  <cth@carlh.net>
 
        * Improve transcode job progress reporting.
diff --git a/wscript b/wscript
index 837e306c8f68a5872121faa375750798b910fb93..6e91f80f3e5d56def279f8e80a5dacf5ed0f2610 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.51pre'
+VERSION = '0.51'
 
 def options(opt):
     opt.load('compiler_cxx')