瀏覽代碼

standard new-version updates

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

+ 5 - 1
ChangeLog

@@ -1,5 +1,9 @@
-Version 1.1.1 -- DEVELOPMENT
+Version 1.1.2 -- DEVELOPMENT
 ----------------------------
+
+Version 1.1.1 -- April 30, 2001
+-------------------------------
+- Added built-in support for gettext if compiled support isn't available
 - Made validate.php include a few more standard things
 - Corrected a bug when sending an email properly
 

+ 1 - 1
functions/strings.php

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