From 1002f9dc96e5dc7d387cf7eb8489bcc2fc7c966d Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 16 Jan 2011 19:01:13 -0800 Subject: [PATCH] there were some bug fixes, roll version number --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 5184a833c..2be34a529 100644 --- a/boot.php +++ b/boot.php @@ -3,7 +3,7 @@ set_time_limit(0); define ( 'BUILD_ID', 1031 ); -define ( 'FRIENDIKA_VERSION', '2.01.1000' ); +define ( 'FRIENDIKA_VERSION', '2.01.1001' ); define ( 'DFRN_PROTOCOL_VERSION', '2.0' ); define ( 'EOL', "
\r\n" );