phpPgAdmin/phpPgAdmin_appVersion.patch

14 lines
352 B
Diff
Raw Normal View History

Index: libraries/lib.inc.php
===================================================================
--- libraries/lib.inc.php.orig
+++ libraries/lib.inc.php
@@ -16,7 +16,7 @@
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '7.14.6-mod';
+ $appVersion = '7.14.6';
// PostgreSQL and PHP minimum version
global $postgresqlMinVer;