summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-12 23:13:11 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-12 23:13:11 +0100
commitef91278ae0603da13a8dd8ef5d70b93ea38d2348 (patch)
tree9490acada96385b79d45c3b16daefc6656e74416
parent414c44166031003b29d1b0b2fd2c9748a63260b4 (diff)
Bump versionv0.66
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 366ee091..a3e2290f 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.66pre'
+VERSION = '0.66'
def options(opt):
opt.load('compiler_cxx')