Updated version for 1.2.0 release...
[squirrelmail.git] / functions / strings.php
index 30f47629ff82e393ffd9fabaf8e1667355663b83..0ea140ed783c6017d643e95b6bdbff568e586bc9 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.0';
 
    /**
     * Count the number of occurances of $needle are in $haystack.
@@ -586,4 +586,4 @@ $version = '1.2.0 [cvs]';
         }
     }
 
-?>
\ No newline at end of file
+?>