summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-24 20:12:36 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-24 20:12:36 +0000
commit2effb3dcb769838f5cc44c749bff8fdbcd90d218 (patch)
tree32b948e6ae8a7ee45556579ea426fb40838ce76d
parent847b0c0f95ddb9ee0bcb7f70e6ee50007828d6d2 (diff)
Bump versionv0.42
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 39d99b18..19287187 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.42pre'
+VERSION = '0.42'
def options(opt):
opt.load('compiler_cxx')