prepare for next version

This commit is contained in:
Dany De Bontridder 2010-10-22 13:56:31 +00:00
parent 087d642e51
commit 4ed6740f44

View file

@ -27,16 +27,13 @@ require_once ('config.inc.php');
require_once('constant.security.php');
// SVNVERSION
global $version_phpcompta;
$version_phpcompta=9000;
// $version_phpcompta=9000;
/* set to none for production */
/* uncomment for production */
/* error_reporting (0);
error_reporting (0);
$version_phpcompta=SVNINFO;
*/
error_reporting (15);
define ("DBVERSION",89);
define ("DBVERSION",90);
define ("DBVERSIONREPO",12);
define ('NOTFOUND','--not found--');