diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-08-22 20:59:57 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-03 14:23:34 +0100 |
commit | b9c284d85be82e2a8f50c20e147d1ca2352453d4 (patch) | |
tree | b7a907c812cca71d4ced9c931e11f303c5bbcbf4 /build | |
parent | [ticket/14492] Install all extensions if 'all' is specified for extensions (diff) | |
download | phpbb-b9c284d85be82e2a8f50c20e147d1ca2352453d4.tar.gz phpbb-b9c284d85be82e2a8f50c20e147d1ca2352453d4.tar.bz2 phpbb-b9c284d85be82e2a8f50c20e147d1ca2352453d4.zip |
[ticket/14492] Update phpBB version and fix miscellaneous code issues
PHPBB3-14492
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 69ecaa896c..4fe6e0e908 100644 --- a/build/build.xml +++ b/build/build.xml @@ -291,7 +291,7 @@ <!-- Checkout latest viglink to ext folder --> <available file="${dir}/ext" type="dir" property="add-viglink-ext" /> <exec dir="${dir}" - command='php -r "echo version_compare('${version}', '3.2.0-b3', '>=') ? 'true' : 'false';"' + command='php -r "echo version_compare('${version}', '3.2.0-RC2', '>=') ? 'true' : 'false';"' checkreturn="true" outputProperty='viglink-available' /> <if> |