summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-16 16:40:17 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-16 16:40:17 +0100
commit61ba36e642cca1efe5e1e5352d995df351e97e91 (patch)
tree2c4ed1f8051b02a4c5d7880319ce7b4a81ecdef4
parent0202ea7a480480e53391c991c1f9565d632bc944 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ea936d08d..80c385c75 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.75.0'
+VERSION = '1.75.0devel'
def options(opt):
opt.load('compiler_cxx')