From 9239e73a9b603244ed97b195a9293c581304f399 Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Thu, 18 Dec 2008 00:28:57 -0500 Subject: [PATCH] bump version for 4.2.2 --- libraries/lib.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 43af0d84..926744d0 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -16,7 +16,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '4.2.1'; + $appVersion = '4.2.2'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.0'; -- 2.39.5