projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75e6150
)
brand 3.5
author
chriskl
<chriskl>
Mon, 15 Nov 2004 08:27:04 +0000
(08:27 +0000)
committer
chriskl
<chriskl>
Mon, 15 Nov 2004 08:27:04 +0000
(08:27 +0000)
HISTORY
patch
|
blob
|
blame
|
history
libraries/lib.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index 5366352d44b6d660991cbdf8559c5fe94aaebb92..7cd8a9a1e7eed2713f64cf12160469e7ae249b08 100644
(file)
--- a/
HISTORY
+++ b/
HISTORY
@@
-1,7
+1,7
@@
phpPgAdmin History
------------------
-Version 3.5
-dev
+Version 3.5
-----------
Features
diff --git
a/libraries/lib.inc.php
b/libraries/lib.inc.php
index 32cdcc996dbf040aad72c212e4cca1010184e4bd..af81a225a06df8b6a1a17e2059e110a092518c44 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.8
7 2004/11/10 01:24:49
chriskl Exp $
+ * $Id: lib.inc.php,v 1.8
8 2004/11/15 08:27:05
chriskl Exp $
*/
// Set error reporting level to max
@@
-13,7
+13,7
@@
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '3.5
-dev
';
+ $appVersion = '3.5';
// PostgreSQL and PHP minimum version
$postgresqlMinVer = '7.0';