From f8259993102f746cdf0ac92a883a4cefa4cfbab1 Mon Sep 17 00:00:00 2001 From: Jeroen Latour Date: Sat, 22 Mar 2003 11:51:53 +0000 Subject: [PATCH] Post-release changes. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2121 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- config_defaults_inc.php | 4 ++-- doc/ChangeLog | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config_defaults_inc.php b/config_defaults_inc.php index 3ff0ec5ab5..75efb105df 100644 --- a/config_defaults_inc.php +++ b/config_defaults_inc.php @@ -6,7 +6,7 @@ # See the README and LICENSE files for details # -------------------------------------------------------- - # $Id: config_defaults_inc.php,v 1.115 2003-03-22 11:15:39 jlatour Exp $ + # $Id: config_defaults_inc.php,v 1.116 2003-03-22 11:51:53 jlatour Exp $ # -------------------------------------------------------- @@ -257,7 +257,7 @@ ############################# # --- version variables ----------- - $g_mantis_version = '0.18.0a4'; + $g_mantis_version = '0.18.0-CVS'; $g_show_version = ON; ################################ diff --git a/doc/ChangeLog b/doc/ChangeLog index e002514545..f45e256962 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,9 @@ Mantis ChangeLog +2003.??.?? - 0.18.0a5 + + * Nothing to see here. Move along. + 2003.03.22 - 0.18.0a4 * Check whether other forms of compression are enabled before we turn on ob_gzhandler() in our output handler. This should hopefully avoid problems people have had with blank pages resulting from compression problems.