HEAD contains 3.1 alpha

This commit is contained in:
Laurent Destailleur 2011-01-23 16:42:42 +00:00
parent 9589a12f3b
commit f91de5949c
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* \version $Id$
*/
define('DOL_VERSION','3.0.0-beta'); // Also defined in htdocs/install/inc.php (Ex: x.y.z-alpha, x.y.z)
define('DOL_VERSION','3.1.0-alpha'); // 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-beta'); // Also defined in htdocs/master.inc.php (Ex: x.y.z-alpha, x.y.z)
define('DOL_VERSION','3.1.0-alpha'); // 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');