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

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