Browse Source

after tagging rel-1_1_2, this is now 1.1.3

Luke Ehresman 24 years ago
parent
commit
a4eb81f5e2
2 changed files with 4 additions and 1 deletions
  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 
 Version 1.1.2 -- May 21, 2001 
 -----------------------------
 -----------------------------
 - Many bugs squashed
 - Many bugs squashed

+ 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.2';
+   $version = '1.1.3 [cvs]';
 
 
 
 
    function find_mailbox_name ($mailbox) {
    function find_mailbox_name ($mailbox) {