From fbecf05fbb1c46ab5e60d5156c179502571b5dbf Mon Sep 17 00:00:00 2001 From: teepe Date: Sat, 17 Aug 2002 19:05:40 +0000 Subject: [PATCH] 1.3.0 version string git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3348 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 c232e672..0cb56166 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -16,7 +16,7 @@ * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.3.0 [CVS-DEVEL]'; +$version = '1.3.0 (devel)'; /** * Wraps text at $wrap characters -- 2.25.1