summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-25 21:04:48 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-25 21:04:48 +0100
commitb75d074f7430da8ae0b8e923f6cb35b20c50f1d2 (patch)
tree7cf6cd668fd2a1c79fe44ae83162a4e004b3c088
parentee7187c25d83a47a106493e66b89888eca6d4344 (diff)
Bump versionv0.24
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index fe5eb810..2a480780 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import lut
APPNAME = 'libdcp'
-VERSION = '0.24pre'
+VERSION = '0.24'
def options(opt):
opt.load('compiler_cxx')