From 24d6ceca676306a3f12decf36ce21865acdf64df Mon Sep 17 00:00:00 2001 From: graf25 Date: Mon, 27 May 2002 18:11:27 +0000 Subject: [PATCH] Setting version to 1.3.0 [CVS-DEVEL] git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2870 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 23d0dcc4..60e20393 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -16,7 +16,7 @@ * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.2.7 [CVS]'; +$version = '1.3.0 [CVS-DEVEL]'; /** * Wraps text at $wrap characters -- 2.25.1