summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-27 22:30:19 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-27 22:30:19 +0100
commitf03412c3c0517d7f9afb7372ab1eeba61d11a29b (patch)
treeaf5f5fbc55930b4fd72eb9a9e11ebed1ce6899c6
parenta9e6a22b0462451f1e533082ba588a2cf4ba2f86 (diff)
Bump versionv0.76
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 64cf3c2e..6439533e 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.76pre'
+VERSION = '0.76'
def options(opt):
opt.load('compiler_cxx')