X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=6794540e71d9086f46541080e979c3af2e6aae3c;hb=692f9e2951a8bf600f95bb0b76c18df71c881504;hp=75d2817158c38ae4d0b018c629471b1dd4267482;hpb=40893c977cda14d9a9b46613697bc68aad08eccf;p=dcpomatic.git diff --git a/wscript b/wscript index 75d281715..6794540e7 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.35devel' +VERSION = '2.7.2devel' def options(opt): opt.load('compiler_cxx')