From b9385398a94c60d78283563581883dfd6086221f Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 12 Feb 2006 16:11:50 +0000 Subject: [PATCH] Upping HEAD version number. 1.5.1 scripts are stored in SM-1_5_1 branch. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10729 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 7 +++++-- ReleaseNotes | 8 ++++---- functions/strings.php | 4 ++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 978eb9fb..00d13c96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,11 @@ *** SquirrelMail Devel Series 1.5 *** ************************************* -Version 1.5.1 -- CVS --------------------- +Version 1.5.2 CVS + - + +Version 1.5.1 (branched on 2006-02-12) +-------------------------------------- - New reply citation to include date and author. - Security: Fix some possible XSS bugs. - Norwegian Bokmal translation uses nb_NO. diff --git a/ReleaseNotes b/ReleaseNotes index 23f6c388..85647fa5 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,10 +1,10 @@ /***************************************************************** - * Release Notes: SquirrelMail 1.5.1 * - * The "Fire in the Hole" Release * - * 2006-02-19 * + * Release Notes: SquirrelMail 1.5.2 * + * The "" Release * + * 2006-xx-xx * *****************************************************************/ -WARNING. If you can read this, then you are reading file from 1.5.1cvs and not +WARNING. If you can read this, then you are reading file from cvs and not final release notes. diff --git a/functions/strings.php b/functions/strings.php index 2493b135..a830024f 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -19,14 +19,14 @@ if (!defined('SM_PATH')) define('SM_PATH','../'); * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.5.1 [CVS]'; +$version = '1.5.2 [CVS]'; /** * SquirrelMail internal version number -- DO NOT CHANGE * $sm_internal_version = array (release, major, minor) */ global $SQM_INTERNAL_VERSION; -$SQM_INTERNAL_VERSION = array(1,5,1); +$SQM_INTERNAL_VERSION = array(1,5,2); /** * There can be a circular issue with includes, where the $version string is -- 2.25.1