summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-29 23:36:59 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-29 23:36:59 +0000
commit45d9015f24149ea1be96f034cae787c8af7c0739 (patch)
tree076ab301b42502fa474fda99bc3a2867c44717f9
parent59806506712166fcc164685e313aa499288b10dc (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 761ae00a5..680c4d442 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.38'
+VERSION = '1.39pre'
def options(opt):
opt.load('compiler_cxx')