Bump version. v0.07
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 14:07:43 +0000 (15:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 14:07:43 +0000 (15:07 +0100)
wscript

diff --git a/wscript b/wscript
index 23a05f518284fc527d9b35d8aba5a6941bc5ffcf..739b85bd06a83275182d2f3b354e679f99bc7b4a 100644 (file)
--- 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')