diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index 9596064be3f..3f47b88b5dd 100644 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -11,7 +11,7 @@ use Cwd; $PROJECT="dolibarr"; $MAJOR="2"; $MINOR="6"; -$BUILD="0-beta"; # Mettre x pour release, ou x-beta pour beta +$BUILD="0-rc"; # Mettre x pour release, x-beta pour beta, x-rc pour release candidate $RPMSUBVERSION="1"; # A incrementer au moment de la release @LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages diff --git a/build/pad/pad_dolibarr.xml b/build/pad/pad_dolibarr.xml index 708aeef90f9..a4e1ede5f90 100644 --- a/build/pad/pad_dolibarr.xml +++ b/build/pad/pad_dolibarr.xml @@ -6,14 +6,14 @@ Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://www.asp-shareware.org/pad - Laurent Destailleur + NLTechno 61 Boulevard Vauban Montigny-le-Bretonneux Yvelines 78180 FRANCE - http://www.destailleur.fr + http://www.nltechno.com Laurent Destailleur diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index fa345eb4a52..53a60ddda8b 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -24,7 +24,7 @@ \version $Id$ */ -define('DOL_VERSION','2.6-beta'); // Also defined in htdocs/master.inc.php +define('DOL_VERSION','2.6.0-rc'); // Also defined in htdocs/master.inc.php require_once('../translate.class.php'); require_once('../lib/functions.lib.php'); diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index 69115001348..118fa03df4e 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -30,7 +30,7 @@ * \version $Id$ */ -define('DOL_VERSION','2.6-beta'); // Also defined in htdocs/install/inc.php +define('DOL_VERSION','2.6.0-rc'); // Also defined in htdocs/install/inc.php define('EURO',chr(128)); // Definition des constantes syslog