Browse Source

Updated version for 1.2.0 release...

thomppj 23 years ago
parent
commit
05c3ee05f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/strings.php

+ 1 - 1
functions/strings.php

@@ -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.