Browse Source

Converted main trunk to 1.1

thomppj 24 years ago
parent
commit
142c177399
2 changed files with 5 additions and 2 deletions
  1. 4 1
      ChangeLog
  2. 1 1
      functions/strings.php

+ 4 - 1
ChangeLog

@@ -1,7 +1,10 @@
+Version 1.1.0 -- DEVELOPMENT
+----------------------------
+- Added collapseable folder listing (an option that can be turned on)
+
 Version 1.0.3 -- DEVELOPMENT
 Version 1.0.3 -- DEVELOPMENT
 ----------------------------
 ----------------------------
 - Made folder drop-down list consistant in look to the other drop-downs
 - Made folder drop-down list consistant in look to the other drop-downs
-- Added collapseable folder listing (an option that can be turned on)
 
 
 Version 1.0.2 -- February 8, 2001 
 Version 1.0.2 -- February 8, 2001 
 ---------------------------------
 ---------------------------------

+ 1 - 1
functions/strings.php

@@ -289,7 +289,7 @@
    }
    }
 
 
    /* SquirrelMail version number -- DO NOT CHANGE */
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = '1.0.3 [cvs]';
+   $version = '1.1.0 [cvs]';
 
 
 
 
    function find_mailbox_name ($mailbox) {
    function find_mailbox_name ($mailbox) {