summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-25 22:14:56 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-25 22:14:56 +0100
commitc81b618554e46560d06aa5e531c048744e095024 (patch)
tree04c4e84b1664c153e2123ee958287c0c15bf5eea
parent49bb4c5dee8023d18128b3edf60ef6138fb58d0d (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 824a34c9d..7c24a5cbf 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.12.12'
+VERSION = '2.12.12devel'
def options(opt):
opt.load('compiler_cxx')