summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-24 17:35:00 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-24 17:35:00 +0100
commit25771018926d71d9312f216238d6a33a8892a748 (patch)
tree35720e5bf1d6609b5949537533609b89ac45e183
parent9e99813876a6e8d72f81b1fd2cd04c4dc28fb4c5 (diff)
Bump version.v0.05
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ea16cf93..f4e2c3eb 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.05pre'
+VERSION = '0.05'
def options(opt):
opt.load('compiler_cxx')