Parcourir la source

1.3.0 - 1.3.1 defrosting

teepe il y a 23 ans
Parent
commit
1863932b85
2 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 3 0
      ChangeLog
  2. 1 1
      functions/strings.php

+ 3 - 0
ChangeLog

@@ -3,6 +3,9 @@
 *************************************
 *************************************
 
 
 
 
+Version 1.3.1 - cvs
+-------------------
+
 Version 1.3.0
 Version 1.3.0
 -------------
 -------------
   - allow_call_time_by_reference=off fixes.
   - allow_call_time_by_reference=off fixes.

+ 1 - 1
functions/strings.php

@@ -16,7 +16,7 @@
  * SquirrelMail version number -- DO NOT CHANGE
  * SquirrelMail version number -- DO NOT CHANGE
  */
  */
 global $version;
 global $version;
-$version = '1.3.0 (devel)';
+$version = '1.3.1 (cvs-devel)';
 
 
 /**
 /**
  * Wraps text at $wrap characters
  * Wraps text at $wrap characters