diff --git a/ChangeLog b/ChangeLog index 4ecffd934..c2930c9d7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ $Source$ * libraries/common.lib.php, new error.php: patch #1258978, move common code for error pages out of common.lib.php, thanks to Sebastian Mendel * lang/german*: bug #1258956, typo + * libraries/defines.lib.php, themes/original/info.inc.php, + themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3 2005-08-19 Marc Delisle * lang/chinese_traditional: Updates, thanks to Siu Sun. diff --git a/libraries/defines.lib.php b/libraries/defines.lib.php index 4c4f4a792..52e44bbb1 100644 --- a/libraries/defines.lib.php +++ b/libraries/defines.lib.php @@ -24,7 +24,7 @@ if (!defined('PMA_VERSION')) { } if (!defined('PMA_THEME_VERSION')) { - define('PMA_THEME_VERSION', 2); + define('PMA_THEME_VERSION', 3); } if (!defined('PMA_THEME_GENERATION')) { diff --git a/themes/darkblue_orange/info.inc.php b/themes/darkblue_orange/info.inc.php index 08248fdc0..0f7c4fb15 100644 --- a/themes/darkblue_orange/info.inc.php +++ b/themes/darkblue_orange/info.inc.php @@ -2,6 +2,6 @@ /* $Id$ */ /* Theme information */ $theme_name = 'Darkblue/orange'; -$theme_version = 2; +$theme_version = 3; $theme_generation = 1; ?> diff --git a/themes/original/info.inc.php b/themes/original/info.inc.php index 9f4976cb9..c35160051 100644 --- a/themes/original/info.inc.php +++ b/themes/original/info.inc.php @@ -2,6 +2,6 @@ /* $Id$ */ /* Theme information */ $theme_name = 'Original'; -$theme_version = 2; +$theme_version = 3; $theme_generation = 1; ?>