summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-03-20 19:46:21 +0000
committerCarl Hetherington <cth@carlh.net>2015-03-20 19:46:21 +0000
commitfad584efec38cbb8a7a35b750fcdead01e38f856 (patch)
tree7d2ab66869f231383dcaad284329670cad004e2f
parentaf1b4ea20f4237f07f189cc3367c97642810a797 (diff)
Bump versionv0.100.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index efcf4ff7..baee031d 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.99.0devel'
+VERSION = '0.100.0'
def options(opt):
opt.load('compiler_cxx')