Mise a jour numero version

This commit is contained in:
Laurent Destailleur 2007-12-04 00:25:35 +00:00
parent 858cacbead
commit 85b611f1ff
3 changed files with 3 additions and 3 deletions

View File

@ -27,6 +27,7 @@ This is all steps required to build a release od Dolibarr x.x:
* Update the ChangeLog file.
* Check that file build/tgz/tar.exclude excludes all non expected files.
* Run script build/dolibarr_mysql2pgsql.pl and commit/add new files.
* Update and commit file htdocs/master.inc.php to include new version constant.
* Update and commit file doc/dev/dolibarr-doxygen.conf to include new version constants.
* Update and commit file build/makepack-dolibarr.pl to include new version constants.
* Check all CVS commits are done.

View File

@ -611,7 +611,7 @@ if ($user->statut < 1)
}
dolibarr_syslog("Access to ".$_SERVER["PHP_SELF"]);
dolibarr_syslog("Access to ".$_SERVER["PHP_SELF"],LOG_INFO);
if (! defined('MAIN_INFO_SOCIETE_PAYS'))

View File

@ -23,7 +23,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**
@ -32,7 +31,7 @@
\version $Revision$
*/
define('DOL_VERSION','2.2-dev');
define('DOL_VERSION','2.2-beta2');
define('EURO',chr(128));
// La fonction clearstatcache ne doit pas etre appelée de manière globale car ralenti.