From: Carl Hetherington Date: Wed, 8 Oct 2014 09:06:11 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~556^2~6^2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=f5cb97426117f4325d8d2f05806e412e7dce75f3;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 688639e37..ded3409ca 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.74.1' +VERSION = '1.74.1devel' def options(opt): opt.load('compiler_cxx')