summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-11 10:17:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-11 10:17:52 +0100
commit8c2fca46577a2de512be1d227201bd0100ad9d24 (patch)
tree8dc6ac9833c09ea4f6c74fb465fcb369ed74a721 /wscript
parent341bdc0e4f78fed5f231e741142e2e74415f56b7 (diff)
Bump versionv0.61
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a6612946..071c2e45 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.61pre'
+VERSION = '0.61'
def options(opt):
opt.load('compiler_cxx')