From 1c2d166b147f6ff9d51e63fe142399d72cfb7404 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 16 Jan 2011 01:52:48 +0000 Subject: [PATCH] Prepare 3.0 beta --- htdocs/filefunc.inc.php | 2 +- htdocs/install/inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php index 90c536049cf..34cc3b93558 100755 --- a/htdocs/filefunc.inc.php +++ b/htdocs/filefunc.inc.php @@ -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 diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index 437634fedb2..843c14b1b30 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -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'); -- GitLab