summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-25 22:52:58 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-25 22:52:58 +0100
commite8f91c8806f90be08c9c81746dfceb35253432b7 (patch)
tree002f5b12311a9543b37207a6fbd3999f88828e4c
parent8deb74c588599befe6b429c7f354dbddbcab4621 (diff)
Bump versionv1.5.6
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a191a851..af050daf 100644
--- a/wscript
+++ b/wscript
@@ -38,7 +38,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'libdcp'
-VERSION = '1.5.5devel'
+VERSION = '1.5.6'
API_VERSION = '-1.0'
def options(opt):