summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-05 19:53:43 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-05 19:53:43 +0000
commit761bf8c5dfc8a7c01eca9f33ff39e7753d0c8c8a (patch)
tree3f57e340740709cd2b908a941ff7950d0c06caf5
parent47d48da4bae33a3fb5f9942bc2d5afeb09e714eb (diff)
Bump versionv0.39
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4210c35b..f99c357d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import lut
APPNAME = 'libdcp'
-VERSION = '0.39pre'
+VERSION = '0.39'
def options(opt):
opt.load('compiler_cxx')