From: Carl Hetherington Date: Thu, 20 Feb 2014 10:10:09 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~905^2~8^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=74f5e7e90457cff19140a71db80937cad279a184;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index f553ce14e..64616eb73 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.64.15' +VERSION = '1.64.15devel' def options(opt): opt.load('compiler_cxx')