summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-01 16:42:48 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-01 16:42:48 +0100
commitabe63c32cff1bc5ea71455476aadc817b05b4076 (patch)
treea8a81016f0e6cb4f6688735c734d45690458b215
parentc5b000270d35d19991519c5e1b227edb1dd73856 (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..f82f1f2e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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.
* Update for libdcp version 0.06.
diff --git a/wscript b/wscript
index e9e603acc..df7b24632 100644
--- 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')