From e2d90c6d8a471f53623c7511c1ddcfe2d849d33e Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Mon, 12 Nov 2018 18:44:42 -0500 Subject: [PATCH] Mark PPA release 5.6 --- 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 d0e32759..abe941f0 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -16,7 +16,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '5.2-dev'; + $appVersion = '5.6'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.4'; -- 2.39.5