summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-23 20:47:30 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-23 20:47:30 +0100
commit6a02756c552f59299100f5c0c09b5bbed1857512 (patch)
tree5867d5a0023794788092400ac122ac773fb63c43
parent2e0649322c2d22ba6611f7e379debaf85cbe2d82 (diff)
Bump versionv0.13
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e64e1b8c..c6b6a0e3 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import lut
APPNAME = 'libdcp'
-VERSION = '0.13pre'
+VERSION = '0.13'
def options(opt):
opt.load('compiler_cxx')