Skip to content

Commit d54cb41

Browse files
committed
[master] Update versions to 4.0.0-a2-dev
1 parent ab1891b commit d54cb41

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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="4.0.0-a1" />
5+
<property name="newversion" value="4.0.0-a2-dev" />
66
<property name="prevversion" value="3.3.15" />
7-
<property name="olderversions" value="3.1.12, 3.2.11, 3.3.14" />
7+
<property name="olderversions" value="3.1.12, 3.2.11, 3.3.14, 4.0.0-a1" />
88
<!-- no configuration should be needed beyond this point -->
99

1010
<property name="oldversions" value="${olderversions}, ${prevversion}" />

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', '4.0.0-a1');
31+
@define('PHPBB_VERSION', '4.0.0-a2-dev');
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
@@ -299,7 +299,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('update_hashes_last
299299
INSERT INTO phpbb_config (config_name, config_value) VALUES ('update_hashes_lock', '0');
300300
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_icons_path', 'images/upload_icons');
301301
INSERT INTO phpbb_config (config_name, config_value) VALUES ('use_system_cron', '0');
302-
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '4.0.0-a1');
302+
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '4.0.0-a2-dev');
303303
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_expire_days', '90');
304304
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '14400');
305305
INSERT INTO phpbb_config (config_name, config_value) VALUES ('exts_composer_repositories', '[]');

0 commit comments

Comments
 (0)