NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
# B.32 Phingversion Stores the Phing version (when used as task) or checks for a specific Phing version (when used as condition). Table B.32:聽Attributes NameTypeDescriptionRequired (Task)Required (Condition)`atleast``String`The version that this at least. The format is `major.minor.point`.NoOne of these. `exactly``String`The version that this phing is exactly. The format is `major.minor.point`.No`property``String`The name of the property to set.YesNo (ignored) B.32.1 Example `<phingversion property="phingversion"/>`Stores the current Phing version in the property `phingversion`. `<phingversion property="phingversion" atleast="2.9"/>`Stores the Phing version in the property `phingversion` if the current Phing version is 2.9.0 or higher. Otherwise the property remains unset. `<phingversion property="phing-is-exact-292" exactly="2.9.2"/>`Sets the property `phing-is-exact-292` if Phing 2.9.2 is running. Neither 2.8.2 nor 2.9.1 would match.