diff --git a/COPYRIGHT b/COPYRIGHT index 955d54dd0d8..b0a3364420e 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -38,6 +38,7 @@ Copyright Copyright (C) 2009 - Laurent Destailleur +- simnandez Copyright (C) 2008 - Laurent Destailleur diff --git a/build/exe/doliwamp/doliwamp.iss b/build/exe/doliwamp/doliwamp.iss index 9535fb685e9..7d0ab8e844e 100644 --- a/build/exe/doliwamp/doliwamp.iss +++ b/build/exe/doliwamp/doliwamp.iss @@ -17,9 +17,9 @@ ; ----- Change this ----- AppName=DoliWamp ; DoliWamp-x.x or DoliWamp-x.x-dev or DoliWamp-x.x-beta -AppVerName=DoliWamp-2.5.1-beta +AppVerName=DoliWamp-2.5.1 ; DoliWamp-x.x or DoliWamp-x.x-dev or DoliWamp-x.x-beta -OutputBaseFilename=DoliWamp-2.5.1-beta +OutputBaseFilename=DoliWamp-2.5.1 ; Define full path from wich all relative path are defined ; You must modify this to put here your dolibarr root directory SourceDir=E:\Mes Developpements\dolibarr diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index b5a78554a0b..51470c0cdcf 100644 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -11,7 +11,7 @@ use Cwd; $PROJECT="dolibarr"; $MAJOR="2"; $MINOR="5"; -$BUILD="0"; # Mettre x pour release, ou x-beta pour beta +$BUILD="1"; # Mettre x pour release, ou x-beta pour beta $RPMSUBVERSION="1"; # A incrementer au moment de la release @LISTETARGET=("TGZ","ZIP","RPM","DEB","EXE"); # Possible packages diff --git a/build/makepack-howto.txt b/build/makepack-howto.txt index bbcc5104146..5b5328f6acc 100644 --- a/build/makepack-howto.txt +++ b/build/makepack-howto.txt @@ -1,7 +1,6 @@ ***** Actions to do to release ***** - Check all files are commited. - Update files in root directory (README*.txt, ChangeLog...) -- Update version number in doc files - Update version number in makepack-dolibarr.pl file - Update version number in htdocs/build/exe/doliwamp/doliwamp.iss - Update version number in htdocs/master.inc.php diff --git a/build/pad/Dolibarr.pml b/build/pad/Dolibarr.pml index a2828ab28d6..439e54769d0 100644 --- a/build/pad/Dolibarr.pml +++ b/build/pad/Dolibarr.pml @@ -4,10 +4,10 @@ Dolibarr - 2.5 - 12 + 2.5.1 + 01 28 - 2008 + 2009 diff --git a/build/pad/pad_dolibarr.htm b/build/pad/pad_dolibarr.htm index 2201f0801b8..eba1e982741 100644 Binary files a/build/pad/pad_dolibarr.htm and b/build/pad/pad_dolibarr.htm differ diff --git a/build/pad/pad_dolibarr.xml b/build/pad/pad_dolibarr.xml index e5a3fa4b8e3..d6446148581 100644 --- a/build/pad/pad_dolibarr.xml +++ b/build/pad/pad_dolibarr.xml @@ -34,10 +34,10 @@ Dolibarr - 2.5 - 12 + 2.5.1 + 01 28 - 2008 + 2009 diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index f43afe643f0..60fbb848162 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -24,7 +24,7 @@ \version $Id$ */ -define('DOL_VERSION','2.5.1-beta'); // Also defined in htdocs/master.inc.php +define('DOL_VERSION','2.5.1'); // 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 e8a0990fc17..a6e75b43180 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -1,7 +1,7 @@ * Copyright (C) 2003 Xavier Dutoit - * Copyright (C) 2004-2008 Laurent Destailleur + * Copyright (C) 2004-2009 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2005-2007 Regis Houssin @@ -30,7 +30,7 @@ * \version $Id$ */ -define('DOL_VERSION','2.5.1-beta'); // Also defined in htdocs/install/inc.php +define('DOL_VERSION','2.5.1'); // Also defined in htdocs/install/inc.php define('EURO',chr(128)); // La fonction clearstatcache ne doit pas etre appelée de manière globale car ralenti.