Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 16 Sep 2012 13:01:03 +0000 (14:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 16 Sep 2012 13:01:03 +0000 (14:01 +0100)
ChangeLog
wscript

index 244cbdaf804ffbb5880303ed315ab11038e7ff63..d683e55360027943bbd98a15cadf82bbd142a136 100644 (file)
--- 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 405fdf5b121007c7fc06701475177210e3e9223f..961187005281af3ecf356f119b36a20f2870b1b4 100644 (file)
--- 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')