From 1885d09307d573c399992182272dc5c46dd2cc11 Mon Sep 17 00:00:00 2001 From: jmunro Date: Tue, 30 Apr 2002 03:15:46 +0000 Subject: [PATCH] version # update to 1.2.6 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2774 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 2 +- functions/strings.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3e42f64..0266c728 100644 --- a/ChangeLog +++ b/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 diff --git a/functions/strings.php b/functions/strings.php index f901eb48..1c3edc5c 100644 --- a/functions/strings.php +++ b/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(); -?> \ No newline at end of file +?> -- 2.25.1