From fad8cf031cb17ed8251c28e2b292c1408b6d4ee9 Mon Sep 17 00:00:00 2001 From: "torrent.rus.ec@gmail.com" Date: Wed, 29 Jun 2011 00:05:04 +0000 Subject: [PATCH] r41 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Занесены дата и номер ревизии в config.php git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@41 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upload/config.php b/upload/config.php index d246d4b3f..68d6be08a 100644 --- a/upload/config.php +++ b/upload/config.php @@ -57,8 +57,8 @@ $bb_cfg['css_ver'] = 1; // Increase number of revision after update $bb_cfg['tp_version'] = '2.0.2'; -$bb_cfg['tp_release_state'] = 'SVN r631'; -$bb_cfg['tp_release_date'] = '09-04-2011'; +$bb_cfg['tp_release_state'] = 'TP II r41'; +$bb_cfg['tp_release_date'] = '29-06-2011'; $bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger $bb_cfg['srv_overloaded_msg'] = "Извините, в данный момент сервер перегружен\nПопробуйте повторить запрос через несколько минут";