aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-08-22 20:59:57 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:23:34 +0100
commitb9c284d85be82e2a8f50c20e147d1ca2352453d4 (patch)
treeb7a907c812cca71d4ced9c931e11f303c5bbcbf4 /build
parent1f270972084cd228e135481b766ada9941582155 (diff)
downloadforums-b9c284d85be82e2a8f50c20e147d1ca2352453d4.tar
forums-b9c284d85be82e2a8f50c20e147d1ca2352453d4.tar.gz
forums-b9c284d85be82e2a8f50c20e147d1ca2352453d4.tar.bz2
forums-b9c284d85be82e2a8f50c20e147d1ca2352453d4.tar.xz
forums-b9c284d85be82e2a8f50c20e147d1ca2352453d4.zip
[ticket/14492] Update phpBB version and fix miscellaneous code issues
PHPBB3-14492
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
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(&apos;${version}&apos;, &apos;3.2.0-b3&apos;, &apos;>=&apos;) ? &apos;true&apos; : &apos;false&apos;;"'
+ command='php -r "echo version_compare(&apos;${version}&apos;, &apos;3.2.0-RC2&apos;, &apos;>=&apos;) ? &apos;true&apos; : &apos;false&apos;;"'
checkreturn="true"
outputProperty='viglink-available' />
<if>