Prepare 3.0 beta

This commit is contained in:
Laurent Destailleur 2011-01-16 01:52:48 +00:00
parent 3266721b7c
commit 1c2d166b14
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* \version $Id$
*/
define('DOL_VERSION','3.0.0-alpha'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z)
define('DOL_VERSION','3.0.0-beta'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z)
define('EURO',chr(128));
// Definition des constantes syslog

View File

@ -25,7 +25,7 @@
* \version $Id$
*/
define('DOL_VERSION','3.0.0-alpha'); // Also defined in htdocs/master.inc.php (Ex: x.y.z-alpha, x.y.z)
define('DOL_VERSION','3.0.0-beta'); // Also defined in htdocs/master.inc.php (Ex: x.y.z-alpha, x.y.z)
require_once('../core/class/translate.class.php');
require_once('../lib/functions.lib.php');