From 8897ea4adcdeb54711ffde0efa6bbda3f2ec7f26 Mon Sep 17 00:00:00 2001 From: xzilla Date: Sat, 30 Dec 2006 02:48:31 +0000 Subject: [PATCH] mark as 4.1 --- libraries/lib.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 5999f5a4..143966eb 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.110 2006/05/22 17:31:23 xzilla Exp $ + * $Id: lib.inc.php,v 1.111 2006/12/30 02:48:31 xzilla Exp $ */ include_once('./libraries/decorator.inc.php'); include_once('./lang/translations.php'); @@ -15,7 +15,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '4.1-dev'; + $appVersion = '4.1'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.0'; -- 2.39.5