From c2fabbf4abf0cbc42d81a35313da3ddd4cad432e Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sun, 20 May 2001 18:51:44 +0000 Subject: [PATCH] new version changes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1380 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 6 ++++-- functions/strings.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c6e76a1..370b2763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ -Version 1.1.2 -- DEVELOPMENT ----------------------------- +Version 1.1.2 -- May 21, 2001 +----------------------------- +- Many bugs squashed +- Several UI tweaks and improvements - Added option (3 -> 14 in conf.pl) to auto create sent and trash folders. - Updated Czech translation - Support for multiple identities diff --git a/functions/strings.php b/functions/strings.php index a21969d8..293de130 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -216,7 +216,7 @@ /* SquirrelMail version number -- DO NOT CHANGE */ global $version; - $version = '1.1.2 [cvs]'; + $version = '1.1.2'; function find_mailbox_name ($mailbox) { -- 2.25.1