From a959e85500d8cb58efc08b07014d6a449475715c Mon Sep 17 00:00:00 2001 From: ebullient Date: Mon, 2 Feb 2004 04:54:08 +0000 Subject: [PATCH] ready for continued development git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6488 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 6 +++++- functions/strings.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 872a4ed8..3519f069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,11 @@ *** SquirrelMail Devel Series 1.5 *** ************************************* -Version 1.5.0 -- CVS +Version 1.5.1 -- CVS +-------------------- + + +Version 1.5.0 -------------------- - Added new preference that determines cursor focus when replying - Added support in conf.pl for MS cls command. diff --git a/functions/strings.php b/functions/strings.php index 2282bd78..a73b35df 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -17,14 +17,14 @@ * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.5.0'; +$version = '1.5.1 [CVS}'; /** * SquirrelMail internal version number -- DO NOT CHANGE * $sm_internal_version = array (release, major, minor) */ global $SQM_INTERNAL_VERSION; -$SQM_INTERNAL_VERSION = array(1,5,0); +$SQM_INTERNAL_VERSION = array(1,5,1); /** * There can be a circular issue with includes, where the $version string is -- 2.25.1