合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# 5.2 Version Since Phing 2.4.2 it is possible to include a `phingVersion` attribute in the `<project>` tag. This attribute allows you to define the minimum Phing version required to execute a build file, in order to prevent compatibility issues. ``` <?xml version="1.0"?> <project name="test" phingVersion="2.4.2" > <!-- Everything else here --> <project> ```