瀏覽代碼

standard new version revisions

Luke Ehresman 24 年之前
父節點
當前提交
77db925166
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 4 1
      ChangeLog
  2. 1 1
      functions/strings.php

+ 4 - 1
ChangeLog

@@ -1,5 +1,8 @@
-Version 1.1.0 -- DEVELOPMENT
+Version 1.1.1 -- DEVELOPMENT
 ----------------------------
 ----------------------------
+
+Version 1.1.0 -- April 21, 2000 
+-------------------------------
 - Added option to have signout page redirect to another page (patch from Scott Bronson)
 - Added option to have signout page redirect to another page (patch from Scott Bronson)
     This can be configured in conf.pl (Org Prefs)
     This can be configured in conf.pl (Org Prefs)
 - Much improved SMTP error handling (patch from Jeff Evans)
 - Much improved SMTP error handling (patch from Jeff Evans)

+ 1 - 1
functions/strings.php

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