From: Carl Hetherington Date: Mon, 19 May 2014 10:16:15 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~551^2~187 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=884093edac5f63d26c02d411c73dfb52376ccf8f Bump version --- diff --git a/wscript b/wscript index f74369f30..71eeb06ce 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.9' +VERSION = '1.69.9devel' def options(opt): opt.load('compiler_cxx')