2.6.0 / 2.6.1 themes are incompatible!

This commit is contained in:
Alexander M. Turek
2005-03-27 19:16:41 +00:00
parent 0dbd87933f
commit a83e858fdf
4 changed files with 7 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-03-27 Alexander M. Turek <me@derrabus.de>
* libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
themes as imcompatible because of recent changes.
2005-03-27 Marc Delisle <lem9@users.sourceforge.net>
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).

View File

@@ -24,7 +24,7 @@ if (!defined('PMA_VERSION')) {
}
if (!defined('PMA_THEME_VERSION')) {
define('PMA_THEME_VERSION', 1);
define('PMA_THEME_VERSION', 2);
}
if (!defined('PMA_THEME_GENERATION')) {

View File

@@ -2,6 +2,6 @@
/* $Id$ */
/* Theme information */
$theme_name = 'Darkblue/orange';
$theme_version = 1;
$theme_version = 2;
$theme_generation = 1;
?>

View File

@@ -2,6 +2,6 @@
/* $Id$ */
/* Theme information */
$theme_name = 'Original';
$theme_version = 1;
$theme_version = 2;
$theme_generation = 1;
?>