From 61e2e861b0a0b5a056e2bdc33e8f59eeb8dbfba3 Mon Sep 17 00:00:00 2001 From: thomppj Date: Tue, 25 Dec 2001 04:55:36 +0000 Subject: [PATCH] Updated version for 1.2.0 release... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1940 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 d2aacc24..0ea140ed 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 [cvs]'; +$version = '1.2.0'; /** * Count the number of occurances of $needle are in $haystack. -- 2.25.1