summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-12 19:28:41 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-12 19:28:41 +0000
commit47318593c62a36639d41dc900177838a16793026 (patch)
tree97c81a6f6d55ea7e5f8744f2b34e95a7c64644ef /wscript
parente412564a57a5898a8f5f49c42bede37e76f0c41c (diff)
Bump versionv0.36
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e3d209ae..0d256779 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import lut
APPNAME = 'libdcp'
-VERSION = '0.36pre'
+VERSION = '0.36'
def options(opt):
opt.load('compiler_cxx')