X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=8370a5ced409f74c377a1d3848ba50763d01e554;hb=e422b46f2b6f260c8817ec484aef892fabcd2eaf;hp=e60a5ba4ede087f701e440b7cc66da6b451bfd09;hpb=b54255cd96e19802abe5eeb977d96c624751f09a;p=dcpomatic.git diff --git a/wscript b/wscript index e60a5ba4e..8370a5ced 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.5.4devel' +VERSION = '2.5.12devel' def options(opt): opt.load('compiler_cxx')