summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-01 15:39:45 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-01 15:39:45 +0100
commit20ea7987a6039c98a9c71173cf011cedea6aa25c (patch)
treea73934028a43061aeef7204463f184535d8169ae
parenta5ea6078ce9e79cd1afe0ccd2b5e1df8360036e6 (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--wscript2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d0d5bdf8f..a2f9a7c07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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.
* Update for libdcp version 0.06.
diff --git a/wscript b/wscript
index 305a5469a..7efd7cc9d 100644
--- 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')