Bump version. v0.06
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 12:51:48 +0000 (13:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Aug 2012 12:51:48 +0000 (13:51 +0100)
wscript

diff --git a/wscript b/wscript
index 83ba8218f7d202128c0b45a00d78f5996ef90eac..7c9c470df911c40128661696b642436c13ecc0c7 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.05'
+VERSION = '0.06'
 
 def options(opt):
     opt.load('compiler_cxx')