summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-20 21:54:28 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-20 21:54:28 +0100
commit3dd20a9131a08bda5f31ee0596573f4c5013c4d8 (patch)
tree122f439bdb160cd69ef0f6d7701c3d6572cae7ea /wscript
parent6cba2a90ce50c9c84b421df51ccdd1bd68bfb466 (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 6a2b191a3..40a0d3936 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.1.26'
+VERSION = '2.1.26devel'
def options(opt):
opt.load('compiler_cxx')