summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-31 22:16:35 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-31 22:16:35 +0100
commitfa8fed848b05fae2bb861dc6b42fe7e27e2f35f2 (patch)
treea5ac44b62b741a31ffeff9e2412032cc478a960e
parentcfce476932587c94a43d7a5173cc0977f06ce929 (diff)
Bump versionv1.2.2
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ed71e5f5..69411909 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ import sys
import distutils.spawn
APPNAME = 'libdcp'
-VERSION = '1.2.1devel'
+VERSION = '1.2.2'
API_VERSION = '-1.0'
def options(opt):