summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 23:04:40 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 23:04:40 +0100
commitd6a56d9dd6f9fe0e516f04ce75d40702d7530d04 (patch)
treedd544aa59eb73059e856976a2381472109108b66
parent98b3915bcc75b8b45659f17f3e4933429daadfd1 (diff)
Bump versionv0.78
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index fcf41e0e..3548191d 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.78pre'
+VERSION = '0.78'
def options(opt):
opt.load('compiler_cxx')