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

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