Skip to content

Commit fe9df5b

Browse files
committed
[Release 3.2.0-RC1] Restore versions in master
This reverts commit 37cf178.
1 parent 926d55b commit fe9df5b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<project name="phpBB" description="The phpBB forum software" default="all" basedir="../">
44
<!-- a few settings for the build -->
5-
<property name="newversion" value="3.2.0-RC2-dev" />
5+
<property name="newversion" value="3.2.0-RC1" />
66
<property name="prevversion" value="3.2.0-b2" />
77
<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, 3.1.9, 3.2.0-a1, 3.2.0-a2, 3.2.0-b1" />
88
<!-- no configuration should be needed beyond this point -->

phpBB/includes/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929

3030
// phpBB Version
31-
@define('PHPBB_VERSION', '3.2.0-RC2-dev');
31+
@define('PHPBB_VERSION', '3.2.0-RC1');
3232

3333
// QA-related
3434
// define('PHPBB_QA', 1);

phpBB/install/schemas/schema_data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('tpl_allow_php', '0
276276
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_icons_path', 'images/upload_icons');
277277
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 'files');
278278
INSERT INTO phpbb_config (config_name, config_value) VALUES ('use_system_cron', '0');
279-
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.0-RC2-dev');
279+
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.0-RC1');
280280
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_expire_days', '90');
281281
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '14400');
282282

0 commit comments

Comments
 (0)