bump version number for 4.1.3 release
authorxzilla <xzilla>
Mon, 9 Jul 2007 15:11:27 +0000 (15:11 +0000)
committerxzilla <xzilla>
Mon, 9 Jul 2007 15:11:27 +0000 (15:11 +0000)
HISTORY
libraries/lib.inc.php

diff --git a/HISTORY b/HISTORY
index 07f87f2b6fecab515e495650f475d8e6ccb267c4..0c165dc405ea965c73fc94ca357fc6c57549a20d 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -1,7 +1,7 @@
 phpPgAdmin History
 ------------------
 
-Version 4.1.3-rc-1
+Version 4.1.3
 -------------
 
 Bugs
index 08c383b98d23821cffb74ca56c289b2d9c08230f..4be86261a8434f52c1c19b31ec19e08b6b39d317 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * Function library read in upon startup
         *
-        * $Id: lib.inc.php,v 1.111.2.6 2007/07/09 14:55:23 xzilla Exp $
+        * $Id: lib.inc.php,v 1.111.2.7 2007/07/09 15:11:27 xzilla Exp $
         */
 
        include_once('./libraries/decorator.inc.php');
@@ -16,7 +16,7 @@
        $appName = 'phpPgAdmin';
 
        // Application version
-       $appVersion = '4.1.3-rc-1';
+       $appVersion = '4.1.3';
 
        // PostgreSQL and PHP minimum version
        $postgresqlMinVer = '7.0';