diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-09-24 21:35:42 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-09-24 21:35:42 +0200 |
| commit | 32d9efff47aafa844d1ab4b886dcf5772996a682 (patch) | |
| tree | 12421edd248aa83027475e3fa47b758310222e03 /build | |
| parent | b8bbf9db03678c6c048856e067a4644e4e44b4b7 (diff) | |
| parent | 7d73d1ff83ea34c77b7d53a4c3a8a6444c368bfb (diff) | |
| download | forums-32d9efff47aafa844d1ab4b886dcf5772996a682.tar forums-32d9efff47aafa844d1ab4b886dcf5772996a682.tar.gz forums-32d9efff47aafa844d1ab4b886dcf5772996a682.tar.bz2 forums-32d9efff47aafa844d1ab4b886dcf5772996a682.tar.xz forums-32d9efff47aafa844d1ab4b886dcf5772996a682.zip | |
Merge branch 'prep-release-3.1.10' into 3.1.x
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 2bece48edc..0c5e8e1e87 100644 --- a/build/build.xml +++ b/build/build.xml @@ -2,7 +2,7 @@ <project name="phpBB" description="The phpBB forum software" default="all" basedir="../"> <!-- a few settings for the build --> - <property name="newversion" value="3.1.10-dev" /> + <property name="newversion" value="3.1.10-RC1" /> <property name="prevversion" value="3.1.9" /> <property name="olderversions" value="3.0.14, 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" /> <!-- no configuration should be needed beyond this point --> |
