From 987ae64c647c22fd6cab6932ac2acb9560f5f576 Mon Sep 17 00:00:00 2001 From: thomppj Date: Tue, 25 Dec 2001 06:03:18 +0000 Subject: [PATCH] Release of 1.2.0 complete. Woohoo! git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1943 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/strings.php b/functions/strings.php index 0ea140ed..54280c3a 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -32,7 +32,7 @@ * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.2.0'; +$version = '1.2.1 [cvs]'; /** * Count the number of occurances of $needle are in $haystack. -- 2.25.1