2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 19:30:04 +01:00

Update check_waf_version default bounds

This commit is contained in:
Thomas Nagy 2017-10-11 21:59:29 +02:00
parent 210874d297
commit 6d18a0e760
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA

View File

@ -372,11 +372,11 @@ def cmd_to_list(self, cmd):
return cmd
@conf
def check_waf_version(self, mini='1.8.99', maxi='2.0.0', **kw):
def check_waf_version(self, mini='1.9.99', maxi='2.1.0', **kw):
"""
Raise a Configuration error if the Waf version does not strictly match the given bounds::
conf.check_waf_version(mini='1.8.99', maxi='2.0.0')
conf.check_waf_version(mini='1.9.99', maxi='2.1.0')
:type mini: number, tuple or string
:param mini: Minimum required version