projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
440dde7
)
bump version number for 4.1.3 release
author
xzilla
<xzilla>
Mon, 9 Jul 2007 15:11:27 +0000
(15:11 +0000)
committer
xzilla
<xzilla>
Mon, 9 Jul 2007 15:11:27 +0000
(15:11 +0000)
HISTORY
patch
|
blob
|
blame
|
history
libraries/lib.inc.php
patch
|
blob
|
blame
|
history
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
diff --git
a/libraries/lib.inc.php
b/libraries/lib.inc.php
index 08c383b98d23821cffb74ca56c289b2d9c08230f..4be86261a8434f52c1c19b31ec19e08b6b39d317 100644
(file)
--- 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.
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';