prepare for next version
This commit is contained in:
parent
087d642e51
commit
4ed6740f44
1 changed files with 3 additions and 6 deletions
|
|
@ -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--');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue