mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
HEAD contains 3.1 alpha
This commit is contained in:
parent
9589a12f3b
commit
f91de5949c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user