summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-03 22:36:14 +0000
committerCarl Hetherington <cth@carlh.net>2019-02-03 22:36:14 +0000
commit1d35d6bc72758b1976ddf14842b443cb0680e266 (patch)
treee0abf298f3e52f7e531e16900c250cedd3c451e4
parent5f5bfeb57becf9f2b2a3a953412757d71491ab97 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 18ecc6f73..2d0f7e914 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.12.19'
+VERSION = '2.12.19devel'
def options(opt):
opt.load('compiler_cxx')