diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-04-27 14:34:33 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-04-27 14:34:33 +0200 |
commit | 37e5457dcfd9c9b3a07c1ec8e248f6b648235386 (patch) | |
tree | e60d12ca0b048ea6dc139cc92f78188a8a7aae5e /build | |
parent | [prep-release-3.2.6] Fix expected data in avatar manager test (diff) | |
download | phpbb-37e5457dcfd9c9b3a07c1ec8e248f6b648235386.tar.gz phpbb-37e5457dcfd9c9b3a07c1ec8e248f6b648235386.tar.bz2 phpbb-37e5457dcfd9c9b3a07c1ec8e248f6b648235386.zip |
[prep-release-3.2.6] Update to 3.2.6 version
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml index 0dc59455c8..d1232a97fb 100644 --- a/build/build.xml +++ b/build/build.xml @@ -2,9 +2,9 @@ <project name="phpBB" description="The phpBB forum software" default="all" basedir="../"> <!-- a few settings for the build --> - <property name="newversion" value="3.2.6-RC1" /> + <property name="newversion" value="3.2.6" /> <property name="prevversion" value="3.2.5" /> - <property name="olderversions" value="3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.7-pl1, 3.1.8, 3.1.9, 3.1.10, 3.1.11, 3.1.12, 3.2.0-a1, 3.2.0-a2, 3.2.0-b1, 3.2.0-b2, 3.2.0-RC1, 3.2.0-RC2, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4" /> + <property name="olderversions" value="3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.7-pl1, 3.1.8, 3.1.9, 3.1.10, 3.1.11, 3.1.12, 3.2.0-a1, 3.2.0-a2, 3.2.0-b1, 3.2.0-b2, 3.2.0-RC1, 3.2.0-RC2, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.6-RC1" /> <!-- no configuration should be needed beyond this point --> <property name="oldversions" value="${olderversions}, ${prevversion}" /> |