From d632bf70f5c2ae8d78567b1590c27011aa99c351 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sun, 20 May 2001 18:59:12 +0000 Subject: [PATCH] after tagging rel-1_1_2, this is now 1.1.3 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1382 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 370b2763..b2f9d824 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 1.1.3 -- DEVELOPMENT +---------------------------- + Version 1.1.2 -- May 21, 2001 ----------------------------- - Many bugs squashed diff --git a/functions/strings.php b/functions/strings.php index 293de130..d7f7db61 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -216,7 +216,7 @@ /* SquirrelMail version number -- DO NOT CHANGE */ global $version; - $version = '1.1.2'; + $version = '1.1.3 [cvs]'; function find_mailbox_name ($mailbox) { -- 2.25.1