diff options
author | Robert Treat | 2018-11-12 23:44:42 +0000 |
---|---|---|
committer | Robert Treat | 2018-11-12 23:44:42 +0000 |
commit | e2d90c6d8a471f53623c7511c1ddcfe2d849d33e (patch) | |
tree | c1ae24207f96e07090874c7cd7f9466c63d9304a | |
parent | 84d80a2c2aa8fe9c34cbdfdb328edac48f925b06 (diff) |
Mark PPA release 5.6REL_5-6-0
-rw-r--r-- | libraries/lib.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |