From 60ad318c35dfd8437c5c4e636fc84e4590ebfe18 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Tue, 1 May 2001 03:19:24 +0000 Subject: [PATCH] standard new-version updates git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1325 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 6 +++++- functions/strings.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d2afc5d..9768ea62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ -Version 1.1.1 -- DEVELOPMENT +Version 1.1.2 -- DEVELOPMENT ---------------------------- + +Version 1.1.1 -- April 30, 2001 +------------------------------- +- Added built-in support for gettext if compiled support isn't available - Made validate.php include a few more standard things - Corrected a bug when sending an email properly diff --git a/functions/strings.php b/functions/strings.php index 4dea476e..a21969d8 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -216,7 +216,7 @@ /* SquirrelMail version number -- DO NOT CHANGE */ global $version; - $version = '1.1.1 [cvs]'; + $version = '1.1.2 [cvs]'; function find_mailbox_name ($mailbox) { -- 2.25.1