aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-05-31 22:07:34 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-05-31 22:07:34 +0200
commit118c5d90daa783ff55319e6121c0fc77166fe58c (patch)
tree7ac57a3fcb45d1b07e8116110a67648fd1ae051e /phpBB/install/schemas
parent19a47dfbbc4265e33c14d6679b5693d80120db4b (diff)
downloadforums-118c5d90daa783ff55319e6121c0fc77166fe58c.tar
forums-118c5d90daa783ff55319e6121c0fc77166fe58c.tar.gz
forums-118c5d90daa783ff55319e6121c0fc77166fe58c.tar.bz2
forums-118c5d90daa783ff55319e6121c0fc77166fe58c.tar.xz
forums-118c5d90daa783ff55319e6121c0fc77166fe58c.zip
[develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 99b8f7f96d..b139857d28 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -246,7 +246,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('topics_per_page',
INSERT INTO phpbb_config (config_name, config_value) VALUES ('tpl_allow_php', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_icons_path', 'images/upload_icons');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 'files');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.11-RC1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.12-dev');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_expire_days', '90');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '14400');