summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-25 00:53:58 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-25 00:53:58 +0100
commit0d69f5c68cf22aa3c3a7617abaee880534614508 (patch)
tree2207eed8b5c1dc5764df99eae966231165a3d029
parentd926e11dab4dbe72cf427b5a25ca18ec3d38a40b (diff)
Bump versionv1.3.3
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 85b79499..aed1e1d0 100644
--- a/wscript
+++ b/wscript
@@ -23,7 +23,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'libdcp'
-VERSION = '1.3.2devel'
+VERSION = '1.3.3'
API_VERSION = '-1.0'
def options(opt):