summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-31 22:41:18 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-31 22:41:18 +0100
commitc81be5abba47034760db125156bf80d9fcbdfc39 (patch)
tree8aea99720d1ec8d801208419ee691c79f06442c5 /wscript
parent220cd23f1420fb5fa00f8d98b3e8e29dea1789d0 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9a112866..9af4b39b 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ import sys
import distutils.spawn
APPNAME = 'libdcp'
-VERSION = '1.2.3'
+VERSION = '1.2.3devel'
API_VERSION = '-1.0'
def options(opt):