Browse Source

after tagging rel-1_1_2, this is now 1.1.3

Luke Ehresman 24 năm trước cách đây
mục cha
commit
a4eb81f5e2
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 3 0
      ChangeLog
  2. 1 1
      functions/strings.php

+ 3 - 0
ChangeLog

@@ -1,3 +1,6 @@
+Version 1.1.3 -- DEVELOPMENT
+----------------------------
+
 Version 1.1.2 -- May 21, 2001 
 -----------------------------
 - Many bugs squashed

+ 1 - 1
functions/strings.php

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