summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-01 15:07:43 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-01 15:07:43 +0100
commitd0f85f441d8d9eb6a3b742d4493e82d4d1e3c013 (patch)
tree5e2e8a4f0316c185401dd6bb33fcae5504095660
parent19818898ac4606388a4848624fa0c92c5ac4e0da (diff)
Bump version.v0.07
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 23a05f51..739b85bd 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.07pre'
+VERSION = '0.07'
def options(opt):
opt.load('compiler_cxx')