summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-28 17:46:09 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-28 17:46:09 +0000
commit723e33a99a0946f3ade818a3eff5bd0d00459210 (patch)
tree4f64b4a60a18d9d9851e0ffafff85eac0ccbbd1f /wscript
parent199a2321b9f65e99d563aab865994259514daac0 (diff)
Change version number.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 82748f2..c0ff5ee 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'libasdcp-cth'
-VERSION = '2.5.11-cth1'
+VERSION = '0.0.1devel'
def options(opt):
opt.load('compiler_cxx')