summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-23 01:44:10 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-23 01:44:10 +0000
commitddc19a6070de980e9a36ff7a1a1f4ccf814fb4dd (patch)
treeccd9b7d893f2d5fc64160030def620beeb6591d6
parentae8601eac6fd6f8437f63c0e5f940ac8930a3972 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a705d8b63..bf67a93a7 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.66.5'
+VERSION = '1.66.5devel'
def options(opt):
opt.load('compiler_cxx')