summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/lib.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php
index bf4b9a55..b33ae787 100644
--- a/libraries/lib.inc.php
+++ b/libraries/lib.inc.php
@@ -16,7 +16,7 @@
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '5.1-dev';
+ $appVersion = '5.1';
// PostgreSQL and PHP minimum version
$postgresqlMinVer = '7.4';