Procházet zdrojové kódy

Updated some things to say 0.5pre1

Luke Ehresman před 25 roky
rodič
revize
1966ba7a22
3 změnil soubory, kde provedl 9 přidání a 4 odebrání
  1. 1 1
      BUG
  2. 7 2
      ChangeLog
  3. 1 1
      functions/strings.php

+ 1 - 1
BUG

@@ -1,4 +1,4 @@
-Known BUGS to be fixed before 0.4pre2:
+Known BUGS to be fixed before 0.5pre1:
 ---------------------TO BE FIXED-----------------------
 
 

+ 7 - 2
ChangeLog

@@ -1,5 +1,10 @@
-Version 0.4 -- DEVELOPMENT
---------------------------
+Version 0.5pre1 -- DEVELOPMENT
+------------------------------
+
+
+
+Version 0.4 -- May 15, 2000 
+---------------------------
 - If subject is blank, displays "(no subject)"
 - Fixed a few minor bugs and typos reported to list
 - Changed <? to <?php in a few places

+ 1 - 1
functions/strings.php

@@ -137,7 +137,7 @@
    }
 
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = "0.4pre2";
+   $version = "0.5pre1";
 
 
    function find_mailbox_name ($mailbox) {