summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-31 21:39:49 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-31 21:39:49 +0100
commit6f891a6a0070deba505a5a9bfbf72c10261be3ce (patch)
treedcde093c4f35c9ba05b03eaadafbcaa6d77188bc
parent8017692afc4d9e608a52075270d6cb5cee8ee636 (diff)
Bump versionv1.2.1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 1219cb9e..8b260a47 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ import sys
import distutils.spawn
APPNAME = 'libdcp'
-VERSION = '1.2.0devel'
+VERSION = '1.2.1'
API_VERSION = '-1.0'
def options(opt):