diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index 3f47b88b5dd..24bd029aead 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-rc"; # Mettre x pour release, x-beta pour beta, x-rc pour release candidate +$BUILD="0"; # 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/htdocs/install/inc.php b/htdocs/install/inc.php index 53a60ddda8b..8302e181f2b 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -24,7 +24,7 @@ \version $Id$ */ -define('DOL_VERSION','2.6.0-rc'); // Also defined in htdocs/master.inc.php +define('DOL_VERSION','2.6.0'); // 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 7db5e02d5d0..04f5085615a 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -30,7 +30,7 @@ * \version $Id$ */ -define('DOL_VERSION','2.6.0-rc'); // Also defined in htdocs/install/inc.php +define('DOL_VERSION','2.6.0'); // Also defined in htdocs/install/inc.php define('EURO',chr(128)); // Definition des constantes syslog