Mise a jour numero version
This commit is contained in:
parent
858cacbead
commit
85b611f1ff
@ -27,6 +27,7 @@ This is all steps required to build a release od Dolibarr x.x:
|
|||||||
* Update the ChangeLog file.
|
* Update the ChangeLog file.
|
||||||
* Check that file build/tgz/tar.exclude excludes all non expected files.
|
* Check that file build/tgz/tar.exclude excludes all non expected files.
|
||||||
* Run script build/dolibarr_mysql2pgsql.pl and commit/add new 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 doc/dev/dolibarr-doxygen.conf to include new version constants.
|
||||||
* Update and commit file build/makepack-dolibarr.pl to include new version constants.
|
* Update and commit file build/makepack-dolibarr.pl to include new version constants.
|
||||||
* Check all CVS commits are done.
|
* Check all CVS commits are done.
|
||||||
|
|||||||
@ -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'))
|
if (! defined('MAIN_INFO_SOCIETE_PAYS'))
|
||||||
|
|||||||
@ -23,7 +23,6 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -32,7 +31,7 @@
|
|||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('DOL_VERSION','2.2-dev');
|
define('DOL_VERSION','2.2-beta2');
|
||||||
define('EURO',chr(128));
|
define('EURO',chr(128));
|
||||||
|
|
||||||
// La fonction clearstatcache ne doit pas etre appelée de manière globale car ralenti.
|
// La fonction clearstatcache ne doit pas etre appelée de manière globale car ralenti.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user