From 0fbbeed6e529bbf0c616cb60273940f7a03ea6ec Mon Sep 17 00:00:00 2001 From: teepe Date: Tue, 1 Jan 2002 20:32:19 +0000 Subject: [PATCH] finalisation for 1.2.2 release git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2073 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 4 ++-- ReleaseNotes | 10 +++++----- functions/strings.php | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7dd03c15..f77b7a7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,8 @@ *** Squirrelmail Stable Series 1.2 *** ************************************** -Version 1.2.2 -- ?? -------------------- +Version 1.2.2 -- 1 January 2002 +------------------------------- - Fixed an infinite loop in printer friendly when wrapping option is not in the prefs. diff --git a/ReleaseNotes b/ReleaseNotes index 647d86f4..46601d26 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,11 +1,11 @@ /***************************************************************** - * Release Notes: SquirrelMail 1.2.1 * - * The "Wouter for President" Release * - * 25 December 2001 * + * Release Notes: SquirrelMail 1.2.2 * + * The "International" Release * + * 1 January 2002 * *****************************************************************/ - Note: Please see the ChangeLog for 1.2.0 bugs that have been - fixed in this 1.2.1 release. + Note: Please see the ChangeLog for 1.2.0 and 1.2.1 bugs that have + been fixed in this 1.2.2 release. After a long wait, SquirrelMail is finally making a new major stable series release. The past year has been ANYTHING but uneventful for diff --git a/functions/strings.php b/functions/strings.php index 2a6a1e15..6cd038a1 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -32,7 +32,7 @@ * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.2.2 [cvs]'; +$version = '1.2.2'; /** * If $haystack is a full mailbox name and $needle is the mailbox -- 2.25.1