From 65aa92182826eb06830626df49ab7a0210b06718 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 4 Apr 2002 21:51:32 +0000 Subject: Update a few things for 2.1 CVS git-svn-id: file:///svn/phpbb/trunk@2489 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/schemas/postgres_basic.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/db/schemas/postgres_basic.sql') diff --git a/phpBB/db/schemas/postgres_basic.sql b/phpBB/db/schemas/postgres_basic.sql index a11ac0b1ed..895a635b3d 100644 --- a/phpBB/db/schemas/postgres_basic.sql +++ b/phpBB/db/schemas/postgres_basic.sql @@ -61,7 +61,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('record_online_date INSERT INTO phpbb_config (config_name, config_value) VALUES ('server_name', 'www.yourdomain.tld'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('server_port', '80'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('script_path', '/phpBB2/'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', 'RC-4'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '.1.0 [20020402]'); -- Categories INSERT INTO phpbb_categories (cat_id, cat_title, cat_order) VALUES (1, 'Test category 1', 10); -- cgit v1.2.1