projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad0cd5
)
brand 4.1-dev
author
chriskl
<chriskl>
Wed, 16 Nov 2005 07:55:28 +0000
(07:55 +0000)
committer
chriskl
<chriskl>
Wed, 16 Nov 2005 07:55:28 +0000
(07:55 +0000)
HISTORY
patch
|
blob
|
blame
|
history
libraries/lib.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index 10a4b9c7a7e571c733eb771635fb38a5ef155b08..b618aa04fe003345cead3ff42204ffda87a97b9f 100644
(file)
--- a/
HISTORY
+++ b/
HISTORY
@@
-1,6
+1,9
@@
phpPgAdmin History
------------------
+Version 4.1
+-----------
+
Version 4.0
-----------
diff --git
a/libraries/lib.inc.php
b/libraries/lib.inc.php
index 6dde0f9c27700571b6440dbc50aea60278b331cf..00a75d15669a2d837586c47091afea582ce22d97 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.10
5 2005/11/14 05:00:30
chriskl Exp $
+ * $Id: lib.inc.php,v 1.10
6 2005/11/16 07:55:28
chriskl Exp $
*/
include_once('decorator.inc.php');
include_once('./lang/translations.php');
@@
-15,7
+15,7
@@
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '4.
0
';
+ $appVersion = '4.
1-dev
';
// PostgreSQL and PHP minimum version
$postgresqlMinVer = '7.0';