summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-29 15:23:13 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-29 15:23:13 +0100
commit1a18b2d2552179ad9d8c550439043b23314fc750 (patch)
tree2f2baf64039321dabf036c81d532dc81376daec0
parent5b6d753439207fcb33b84690bcc22d142a7c3bfa (diff)
Bump versionv0.47
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c5ceb102..9fce01de 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.47pre'
+VERSION = '0.47'
def options(opt):
opt.load('compiler_cxx')