Browse Source

version # update to 1.2.6

jmunro 23 years ago
parent
commit
4c2ea803d4
2 changed files with 3 additions and 3 deletions
  1. 1 1
      ChangeLog
  2. 2 2
      functions/strings.php

+ 1 - 1
ChangeLog

@@ -2,7 +2,7 @@
 *** Squirrelmail Stable Series 1.2 ***
 **************************************
 
-Version 1.2.6 -- CVS
+Version 1.2.6 -- April 29 2002 
 --------------------
   - A complete MagicHTML rewrite since the existing codebase was
     causing too many XSS problems. Hopefully now Nick Cleaton will

+ 2 - 2
functions/strings.php

@@ -16,7 +16,7 @@
  * SquirrelMail version number -- DO NOT CHANGE
  */
 global $version;
-$version = '1.2.6 [cvs]';
+$version = '1.2.6';
 
 /**
  * Wraps text at $wrap characters
@@ -472,4 +472,4 @@ function RemoveSlashes(&$array) {
 
 $PHP_SELF = php_self();
 
-?>
+?>