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:
parent
210874d297
commit
6d18a0e760
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user