From: Carl Hetherington Date: Mon, 24 Mar 2014 09:57:26 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~551^2~283 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=68215e4e2dc313b74da7bde187917add138d3c9f;p=dcpomatic.git Bump version --- diff --git a/wscript b/wscript index 719102273..6bf8b5045 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.7' +VERSION = '1.66.7devel' def options(opt): opt.load('compiler_cxx')