summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-30 23:04:45 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-30 23:04:45 +0100
commit35803dfe4b30e6e2d863ac7a634c58d4d5bca398 (patch)
tree1bb4422f48de4580ad2636468049b7f11ddb72d5
parent49d779c5289ecfaf9acaac429251b2ffd032228a (diff)
Bump versionv0.79
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 94c9f42d..35dfc1a1 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.79pre'
+VERSION = '0.79'
def options(opt):
opt.load('compiler_cxx')