summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-21 11:17:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-21 11:17:52 +0100
commit5a637337f4fc4c3cba211f67ce475a0ae55a9a67 (patch)
tree9eb7ffeb47dc1c517f6b34354404b8110e299795
parentd43370b8a879f5d318701de4f16808a7cb1de77e (diff)
Bump versionv0.74
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2ee959a3..fb39ca0b 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.74pre'
+VERSION = '0.74'
def options(opt):
opt.load('compiler_cxx')