Quellcode durchsuchen

Updated version for 1.2.0 release...

thomppj vor 23 Jahren
Ursprung
Commit
05c3ee05f1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.