summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-13 23:42:23 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-13 23:42:23 +0100
commit1636793125afc485d823f0cdd023d74c5e0060be (patch)
treece35df4210d8750382f9aa8721015b7b955078dd
parent36439e0cb69d7d3a3c3944367fa649b77776e0ba (diff)
Bump versionv1.2.4
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9af4b39b..6d8eb009 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ import sys
import distutils.spawn
APPNAME = 'libdcp'
-VERSION = '1.2.3devel'
+VERSION = '1.2.4'
API_VERSION = '-1.0'
def options(opt):