summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-08 19:10:49 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-08 19:10:49 +0000
commita93ef3b958766d0346f9c44479f3e058dfdd0147 (patch)
treec8e72ac39e2bedc2a901f712e5d085aa6fd5ae07 /wscript
parent3a267dd9509e7c7f44125e7c3469ef1be9cfc273 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c5463e489..18a24ee54 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.65.1'
+VERSION = '1.65.1devel'
def options(opt):
opt.load('compiler_cxx')