X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=620be61e3fe92816d3e482de378778f05c776133;hb=de781fad221de8bdfe2a47d65fea2e311051b686;hp=2c714e64e0485038e72a4baf242241e7fc877615;hpb=5984931b07319091dd557acfac9df9d18913be47;p=dcpomatic.git diff --git a/wscript b/wscript index 2c714e64e..620be61e3 100644 --- a/wscript +++ b/wscript @@ -34,7 +34,7 @@ last_version = subprocess.Popen(shlex.split('git describe --tags --abbrev=0'), s if this_version == '': VERSION = '%sdevel' % last_version[1:].strip() else: -VERSION = '2.13.2' +VERSION = '2.13.2devel' print('Version: %s' % VERSION)