summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-13 15:18:35 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-13 15:18:35 +0100
commitac61dae8e6f3c03697c2697a50961e1d65249be3 (patch)
treea759e5af1800627ef60c29729e15030749d106dd
parent69942bcba0528c326b25cda331f697ebfea22547 (diff)
Bump versionv1.1.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8bedae22..dcaec794 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ import sys
import distutils.spawn
APPNAME = 'libdcp'
-VERSION = '1.00.0devel'
+VERSION = '1.1.0'
API_VERSION = '-1.0'
def options(opt):