summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-02 22:01:44 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-02 22:01:44 +0100
commit1b7b84c2f41529442cd0df9caa32b76e6c1180f2 (patch)
tree932b8232ca7111aab376d6a247a0f36bf84dae67
parent347804f7e44ded29f387eaa31573765251b5e042 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e7c7e3e25..829980c38 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.68.0'
+VERSION = '1.68.0devel'
def options(opt):
opt.load('compiler_cxx')