Skip to content

Commit bb3d41e

Browse files
committed
[3.3.x] Update version numbers to 3.3.16-dev
1 parent 94fde8f commit bb3d41e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.3.15-RC1" />
5+
<property name="newversion" value="3.3.16-dev" />
66
<property name="prevversion" value="3.3.14" />
77
<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, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7, 3.2.8, 3.2.9, 3.2.10, 3.2.11, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4, 3.3.5, 3.3.6, 3.3.7, 3.3.8, 3.3.9, 3.3.10, 3.3.11, 3.3.12, 3.3.13" />
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.3.15-RC1');
31+
@define('PHPBB_VERSION', '3.3.16-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
@@ -316,7 +316,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('update_hashes_lock
316316
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_icons_path', 'images/upload_icons');
317317
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 'files');
318318
INSERT INTO phpbb_config (config_name, config_value) VALUES ('use_system_cron', '0');
319-
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.3.15-RC1');
319+
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.3.16-dev');
320320
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_expire_days', '90');
321321
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '14400');
322322

0 commit comments

Comments
 (0)