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
commit7836aa40bdde4354b2a816995faa09fa609917cf (patch)
treef553d0ee942a430389e43d5467cdd198bc054223
parent2728469db21a91ce114ffbe9b9212a96fa3e1f54 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f7520b48..c5ceb102 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.46'
+VERSION = '0.47pre'
def options(opt):
opt.load('compiler_cxx')