From 68b6d237c4f3a0b1e7e8d3715d5f8a98c0bef501 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Fri, 2 Feb 2001 20:00:45 +0000 Subject: [PATCH] standard version transition stuff git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1044 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 4b2afcec..c79637e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Version 1.0.2 -- DEVELOPMENT +---------------------------- + Version 1.0.1 -- February 1, 2001 --------------------------------- - Improved the way sqimap_read_data() is handled diff --git a/functions/strings.php b/functions/strings.php index 12b0b47b..f9f25850 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -215,7 +215,7 @@ } /* SquirrelMail version number -- DO NOT CHANGE */ - $version = '1.0.1 [cvs]'; + $version = '1.0.2 [cvs]'; function find_mailbox_name ($mailbox) { -- 2.25.1