From 5f11ab12e284235f18e079691b733ceda648f6b4 Mon Sep 17 00:00:00 2001 From: teepe Date: Sat, 17 Aug 2002 19:45:45 +0000 Subject: [PATCH] 1.3.0 - 1.3.1 defrosting git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3351 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 3 +++ functions/strings.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ff09f58..24622fd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ ************************************* +Version 1.3.1 - cvs +------------------- + Version 1.3.0 ------------- - allow_call_time_by_reference=off fixes. diff --git a/functions/strings.php b/functions/strings.php index 0cb56166..e736fe83 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -16,7 +16,7 @@ * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.3.0 (devel)'; +$version = '1.3.1 (cvs-devel)'; /** * Wraps text at $wrap characters -- 2.25.1