From 130009e5b8b569e496d6f7ff490f8e14e4737cc6 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Tue, 7 Aug 2007 12:06:53 +0000 Subject: [PATCH] New version git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@306 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- design.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design.inc.php b/design.inc.php index 5391bcc5..95662ee4 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.3.2"; ?> +<?php echo $title . (strlen($title2) ? ": " . htmlspecialchars($title2) : "") . " - " . lang('phpMinAdmin') . " 1.3.3-dev"; ?>