From: Carl Hetherington Date: Tue, 29 Jul 2014 22:33:50 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~655^2~15 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7c2eabe8ed9c6945c0104e21b74b1e6383ce61eb Bump version --- diff --git a/wscript b/wscript index 4513c893d..949fe1361 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.72.5' +VERSION = '1.72.5devel' def options(opt): opt.load('compiler_cxx')