From ceae39ccd7a658e0b68db209cad7579cd84addc8 Mon Sep 17 00:00:00 2001 From: thomppj Date: Fri, 16 Feb 2001 22:55:11 +0000 Subject: [PATCH] Converted main trunk to 1.1 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1141 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 5 ++++- functions/strings.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f8ca3d0d..0d727f78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ +Version 1.1.0 -- DEVELOPMENT +---------------------------- +- Added collapseable folder listing (an option that can be turned on) + Version 1.0.3 -- DEVELOPMENT ---------------------------- - Made folder drop-down list consistant in look to the other drop-downs -- Added collapseable folder listing (an option that can be turned on) Version 1.0.2 -- February 8, 2001 --------------------------------- diff --git a/functions/strings.php b/functions/strings.php index bac77cb2..67409c07 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -289,7 +289,7 @@ } /* SquirrelMail version number -- DO NOT CHANGE */ - $version = '1.0.3 [cvs]'; + $version = '1.1.0 [cvs]'; function find_mailbox_name ($mailbox) { -- 2.25.1