summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-30 13:37:19 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-30 13:37:19 +0000
commit8f10ce6c1f4c3c3eff410e8a69c665bcef506fee (patch)
tree1d5cf9407a0a1f6b6eb4866e3bf1e39a13375e34
parent7c622feaf13cae3f746efc7885516ede1807e54b (diff)
Bump versionv1.2.10
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8b4cd350..5478dd9e 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'libdcp'
-VERSION = '1.2.9devel'
+VERSION = '1.2.10'
API_VERSION = '-1.0'
def options(opt):