summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 16:39:24 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 16:39:24 +0000
commit1d99a6e0b67e480af8db88dcb13533a1e98e427c (patch)
tree2a1037833c19e8d479bc1e20d6c06d91ffc3a9c6
parent37ad31ba9f10debd6eefd3c62b4cdae97a7d5218 (diff)
Bump versionv1.4.3
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 30bb4846..0ebe6c14 100644
--- a/wscript
+++ b/wscript
@@ -38,7 +38,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'libdcp'
-VERSION = '1.4.2devel'
+VERSION = '1.4.3'
API_VERSION = '-1.0'
def options(opt):