summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-04 11:42:01 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-04 11:42:01 +0100
commitb8611be3c3c393b6f012ee65eb8a4e12958415a0 (patch)
tree0f77eede544f2136a62f3d501837e554c7c90f03 /wscript
parent9090e85f2a64c7d84d030a6763b8dcc4fd4138fc (diff)
parent71da9ed06cef6dccd79f31b6f706cc34a9d15b27 (diff)
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 80674f57d..1f39eb5ac 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.1.51devel'
+VERSION = '2.1.52devel'
def options(opt):
opt.load('compiler_cxx')