Bump version. v0.08
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Aug 2012 12:53:56 +0000 (13:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Aug 2012 12:53:56 +0000 (13:53 +0100)
wscript

diff --git a/wscript b/wscript
index 30974ac7172ec8e878dd55718e023f73f7e46d2a..c9f46b16fa5e7c39ad510248322f78d6d1d4993e 100644 (file)
--- 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')