summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-27 00:10:57 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-27 00:10:57 +0000
commit0eb867371f96ed857b9b39222bf8cc947d824938 (patch)
tree48b3506ca2b612279849bfdce19fe2ec23246be4
parent04f3857510943606e49f6094dc74ace2138b1c6f (diff)
Bump versionv1.5.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 47085046..e26ad84e 100644
--- a/wscript
+++ b/wscript
@@ -38,7 +38,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'libdcp'
-VERSION = '1.4.4devel'
+VERSION = '1.5.0'
API_VERSION = '-1.0'
def options(opt):