From: Guillaume (ioguix) de Rorthais Date: Thu, 26 Mar 2009 01:29:09 +0000 (-0400) Subject: upgrade version info to 5.0-dev X-Git-Tag: REL_5-0-BETA-1~106^2~3^2~2 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f00ea70dfc8c23b9033d64add08f3ead35bd64f7;p=phppgadmin.git upgrade version info to 5.0-dev --- diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index fe2d9e6c..3cc9e284 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -16,7 +16,7 @@ $appName = 'phpPgAdmin'; // Application version - $appVersion = '4.2'; + $appVersion = '5.0-dev'; // PostgreSQL and PHP minimum version $postgresqlMinVer = '7.0';