summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-29 09:14:56 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-29 09:14:56 +0100
commitd366de2fd0eed7d963c32ef38138c322b8ea5043 (patch)
tree45f3d1d6a629ee4a4622743f88235b1d236dfdc0
parent566608b965e8ec0e08d9de128405d22ec7fedcd6 (diff)
Bump versionv0.80
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 643fe2ff..0aa310f9 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.80pre'
+VERSION = '0.80'
def options(opt):
opt.load('compiler_cxx')