From ab68b3f6979964630c5bba13e1143bf1f7d05d55 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 23 Apr 2001 13:14:10 +0000 Subject: [PATCH] standard new version revisions git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1290 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 1cdf206f..f7e05048 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ -Version 1.1.0 -- DEVELOPMENT +Version 1.1.1 -- DEVELOPMENT ---------------------------- + +Version 1.1.0 -- April 21, 2000 +------------------------------- - Added option to have signout page redirect to another page (patch from Scott Bronson) This can be configured in conf.pl (Org Prefs) - Much improved SMTP error handling (patch from Jeff Evans) diff --git a/functions/strings.php b/functions/strings.php index 775e3e15..84353fd5 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -216,7 +216,7 @@ /* SquirrelMail version number -- DO NOT CHANGE */ global $version; - $version = '1.1.0 [cvs]'; + $version = '1.1.1 [cvs]'; function find_mailbox_name ($mailbox) { -- 2.25.1