summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-02 13:53:56 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-02 13:53:56 +0100
commitff14ebc97bc061fb24590b9fe51b2b71e6c58f57 (patch)
tree38de428011c03441e305db4d3b74e43eb9d1ad53
parent8d94e57248b7957d62350083a93aa479457f9385 (diff)
Bump version.v0.08
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 30974ac7..c9f46b16 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.08pre'
+VERSION = '0.08'
def options(opt):
opt.load('compiler_cxx')