From 821711ddda8173d785ce5837ed39f492758ca341 Mon Sep 17 00:00:00 2001 From: Kenzaburo Ito Date: Thu, 15 Feb 2001 04:08:42 +0000 Subject: [PATCH] updated for 0.14.3 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@205 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- ChangeLog | 5 +++++ config_inc.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8df5165683..6cb7986386 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Mantis +02.14.2001 - 0.14.3 + + * Fixed error in upgrade.php3 (date_submitted in mantis_user_table query + should be date_created) + 02.14.2001 - 0.14.2 * Fixed default category in update mode to display correctly diff --git a/config_inc.php b/config_inc.php index 5c5effc851..846408234e 100644 --- a/config_inc.php +++ b/config_inc.php @@ -347,6 +347,6 @@ #-------------------- #version - $g_mantis_version = "0.14.0"; + $g_mantis_version = "0.14.3"; #-------------------- ?>