summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-27 13:02:47 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-27 13:02:47 +0100
commit2e8a5d1443d79beff10343ef703ed54bb62c61ee (patch)
tree1cb279e068c517f2ba86c785b0191def51fc5371
parent082d6561785efb6edf22ca42ac04e809c6c92d43 (diff)
Bump versionv0.14
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 51a4ff37..6721ec1d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import lut
APPNAME = 'libdcp'
-VERSION = '0.14pre'
+VERSION = '0.14'
def options(opt):
opt.load('compiler_cxx')