summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxzilla2007-06-01 12:34:16 +0000
committerxzilla2007-06-01 12:34:16 +0000
commit845d2c53501374dc453a4e33b7c7b1839b86e5a3 (patch)
tree791dc88d5dc63b39a0933995a0617078660df4ae
parente0e2568dcc4a922c911f50a282d194b162a3dde8 (diff)
bump minor version for releaseREL_4-1-2
-rw-r--r--libraries/lib.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php
index adfa9f27..93a938a5 100644
--- a/libraries/lib.inc.php
+++ b/libraries/lib.inc.php
@@ -3,7 +3,7 @@
/**
* Function library read in upon startup
*
- * $Id: lib.inc.php,v 1.111.2.4 2007/06/01 12:30:45 xzilla Exp $
+ * $Id: lib.inc.php,v 1.111.2.5 2007/06/01 12:34:16 xzilla Exp $
*/
include_once('./libraries/decorator.inc.php');
@@ -16,7 +16,7 @@
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '4.1.1';
+ $appVersion = '4.1.2';
// PostgreSQL and PHP minimum version
$postgresqlMinVer = '7.0';