Quellcode durchsuchen

Converted main trunk to 1.1

thomppj vor 24 Jahren
Ursprung
Commit
142c177399
2 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  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
 ----------------------------
 - 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 
 ---------------------------------

+ 1 - 1
functions/strings.php

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