Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 14:39:45 +0000 (15:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 14:39:45 +0000 (15:39 +0100)
ChangeLog
wscript

index d0d5bdf8f6faa124104e64525dc9bf3c1e793ab9..a2f9a7c07589eea9f6c22db20af5901a8bac01f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-01  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.38 released.
+
 2012-08-01  Carl Hetherington  <cth@carlh.net>
 
        * Fix a few bugs related to thumbnailing.
diff --git a/wscript b/wscript
index 305a5469aa7197df0b222b236aaa3c46126879a1..7efd7cc9d185b769ba74bd6e0baa890aa40b42a8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.38pre'
+VERSION = '0.38'
 
 def options(opt):
     opt.load('compiler_cxx')