ready for continued development
authorebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Feb 2004 04:54:08 +0000 (04:54 +0000)
committerebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 2 Feb 2004 04:54:08 +0000 (04:54 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6488 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
functions/strings.php

index 872a4ed8e0dd740a9e4aba4f73c1f9ca131b31f3..3519f06999f0513c98584d7259897dce04f13e97 100644 (file)
--- 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.
index 2282bd782266bd42d0139f1fd619db4f58fcb517..a73b35dfe6f41d398d339e63628e092c44f7877a 100644 (file)
  * 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