From 87fe756f1339387adc4843a9f0889075edc32d3f Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 19 Aug 2002 08:26:18 +0000 Subject: [PATCH] adapted version to 1.3.1 [CVS-DEVEL] instead of 1.3.1 (cvs-devel) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3355 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 e736fe83..4d31d57c 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -16,7 +16,7 @@ * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.3.1 (cvs-devel)'; +$version = '1.3.1 [CVS-DEVEL])'; /** * Wraps text at $wrap characters -- 2.25.1