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"; #-------------------- ?>