From: jakubvrana Date: Wed, 15 Aug 2007 08:55:18 +0000 (+0000) Subject: Release 1.4.0 X-Git-Tag: v3.0.0~1175 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=08c762742f4ce0f12e26118094e855b62b4dab0d;p=adminer.git Release 1.4.0 git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@337 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/design.inc.php b/design.inc.php index f3d07baf..6d66b596 100644 --- a/design.inc.php +++ b/design.inc.php @@ -9,7 +9,7 @@ function page_header($title, $breadcrumb = array(), $title2 = "") { -<?php echo $title . (strlen($title2) ? ": " . htmlspecialchars($title2) : "") . " - " . lang('phpMinAdmin') . " 1.4.0-dev"; ?> +<?php echo $title . (strlen($title2) ? ": " . htmlspecialchars($title2) : "") . " - " . lang('phpMinAdmin') . " 1.4.0"; ?>