diff options
author | Robert Treat | 2018-11-13 17:23:07 +0000 |
---|---|---|
committer | Robert Treat | 2018-11-13 17:23:07 +0000 |
commit | 1fca558b9fd30bb7398b103419a56bf9efce2794 (patch) | |
tree | 871440d42994cbfddcc5546444a64375d78aa9e0 | |
parent | e2d90c6d8a471f53623c7511c1ddcfe2d849d33e (diff) |
mark PPA version 7.x-dev
-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 abe941f0..551828fd 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -16,7 +16,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '5.6'; + $appVersion = '7.x-dev'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.4'; |