From: Carl Hetherington Date: Thu, 7 Jan 2016 14:32:42 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.6.14~8^2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=89384629fa7020b11f0bf68cbf19f69de244a040 Bump version --- diff --git a/wscript b/wscript index 371e15d60..e0d759bac 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.13' +VERSION = '2.6.13devel' def options(opt): opt.load('compiler_cxx')