summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-21 15:54:27 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-21 15:54:27 +0100
commit78cb780e8cf266e27b0adf6714b9d23f8fbcd796 (patch)
tree5aebb0f7c44a8611aea927d56edc0c10fee0474f
parentf0ebeb61c85529703c00f955da69c0bf39f3547c (diff)
Bump version.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0ddad69b..9f863d05 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.04'
+VERSION = '0.05pre'
def options(opt):
opt.load('compiler_cxx')