Bump version. v0.03
authorCarl Hetherington <cth@carlh.net>
Sat, 21 Jul 2012 13:31:21 +0000 (14:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 21 Jul 2012 13:31:21 +0000 (14:31 +0100)
wscript

diff --git a/wscript b/wscript
index b380dd8d7b4243211cc8dbd879e80b54cf01e2b0..7e6f616820bc11ab3cd836d62cc521a20fd1ee44 100644 (file)
--- a/wscript
+++ b/wscript
@@ -1,7 +1,7 @@
 import subprocess
 
 APPNAME = 'libdcp'
-VERSION = '0.03pre'
+VERSION = '0.03'
 
 def options(opt):
     opt.load('compiler_cxx')