Bump version. v0.04
authorCarl Hetherington <cth@carlh.net>
Sat, 21 Jul 2012 14:53:42 +0000 (15:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 21 Jul 2012 14:53:42 +0000 (15:53 +0100)
wscript

diff --git a/wscript b/wscript
index d8113ccd7eefbe8628b866940dc9902b2a5d3a04..0ddad69bcdc17d5ef74c0db3173d770889ee6e0f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.04pre'
+VERSION = '0.04'
 
 def options(opt):
     opt.load('compiler_cxx')