summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-05 10:52:45 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-05 10:52:45 +0100
commit057fa489bb96ce561a37195144aacf62d0ebc332 (patch)
tree59400c8515eb9b71f67ae3aecd8e91f4ded74096
parent42cebebffa7d71b93ced7902062eed977c6b4e94 (diff)
Bump versionv1.2.6
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0336f8f6..6d286be2 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ import sys
import distutils.spawn
APPNAME = 'libdcp'
-VERSION = '1.2.5devel'
+VERSION = '1.2.6'
API_VERSION = '-1.0'
def options(opt):