summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-19 08:27:26 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-19 08:27:26 +0100
commit2728469db21a91ce114ffbe9b9212a96fa3e1f54 (patch)
tree98b62c9d30153864ed729ccd36ed576acd291c96
parent0619a2de893636c19d0e654532303893e96ab1a4 (diff)
Bump versionv0.46
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 01fd4a7b..f7520b48 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.46pre'
+VERSION = '0.46'
def options(opt):
opt.load('compiler_cxx')