summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-14 09:13:57 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-14 09:13:57 +0100
commit1f53d483bd44aafea0978696a13e75621e6be11e (patch)
tree0628e33e412d61fc85bf5a8c3bc2fc24c64352ba
parent70dfe6668cab00d8f619470ca1f6dc421277ad5f (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2c6ad0eda..d2fd86ae6 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.1.65'
+VERSION = '2.1.65devel'
def options(opt):
opt.load('compiler_cxx')