summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 12:54:13 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 12:54:13 +0000
commit202a38482e2c3ce8be331782ada0365554c016e4 (patch)
tree2d288f9657745240c960f567c7aee97f60724d22
parentd23e6e10c55d0558d0d5b34d8cde0e12c0297550 (diff)
Bump versionv1.4.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index fe7182fb..4805bd8a 100644
--- a/wscript
+++ b/wscript
@@ -38,7 +38,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'libdcp'
-VERSION = '1.3.4devel'
+VERSION = '1.4.0'
API_VERSION = '-1.0'
def options(opt):