From: Carl Hetherington Date: Mon, 9 Jun 2014 22:59:03 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~551^2~110^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=9e2453d3486854d54fc71bb8d8dd63e32ccfb29b;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 6f73bc81e..69c6df9ef 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.25' +VERSION = '1.69.25devel' def options(opt): opt.load('compiler_cxx')