summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-09 22:29:47 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-09 22:29:47 +0000
commitda0e455aaa035f5f90c690ffed23049fbf1f18eb (patch)
treeb5882927137ecad5c9d8991089e0d53e4fe67a3c
parentd9a28261392f140931096e1dc214dcc9076cadca (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index fe487ff95..895916f17 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.65.2'
+VERSION = '1.65.2devel'
def options(opt):
opt.load('compiler_cxx')