summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-09 12:38:18 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-09 12:38:18 +0100
commit9a3bb0784f7cd1011e071eeea53b30f15c8dbe3c (patch)
treef75e35f86510bff7fd3901f90171a2f6ba1ab930
parentdde478c7d3cccf83dd442a9d3771277d5ccfd636 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 83b835567..f346033c0 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.72.10'
+VERSION = '1.72.10devel'
def options(opt):
opt.load('compiler_cxx')