Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 29 Aug 2013 22:04:40 +0000 (23:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 29 Aug 2013 22:04:40 +0000 (23:04 +0100)
wscript

diff --git a/wscript b/wscript
index 3548191dc69a0134618ef9e66802ce0b7cd9c8ad..94c9f42d1f177c24ca8a2f23bf513f339c561cd8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.78'
+VERSION = '0.79pre'
 
 def options(opt):
     opt.load('compiler_cxx')