summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 15:01:45 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 15:01:45 +0100
commitb2c879b0ef98958bb706d5c519ed4dbf0dd23619 (patch)
tree235be2cbb0099548480ad62ceb45031a84c19c73
parent5850b19e2ea21b5d1d1864ad74836f62bec905c6 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 43d481c3..d81c84a3 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.77'
+VERSION = '0.78pre'
def options(opt):
opt.load('compiler_cxx')