Release 1.2.1 snapshot complete.
[squirrelmail.git] / functions / strings.php
index fa446feac66670b52ad71c2e0e85b90200baa30a..d9b0dd688eb799ea5836452dc921d2dae85a54c7 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * strings.php
  *
- * Copyright (c) 1999-2001 The Squirrelmail Development Team
+ * Copyright (c) 1999-2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This code provides various string manipulation functions that are
@@ -32,7 +32,7 @@
  * SquirrelMail version number -- DO NOT CHANGE
  */
 global $version;
-$version = '1.2.0 [cvs]';
+$version = '1.2.2 [cvs]';
 
    /**
     * Count the number of occurances of $needle are in $haystack.