Prepare 2.6 version
This commit is contained in:
parent
7634141c33
commit
8377263333
@ -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
|
||||
|
||||
@ -6,14 +6,14 @@
|
||||
<MASTER_PAD_INFO>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</MASTER_PAD_INFO>
|
||||
</MASTER_PAD_VERSION_INFO>
|
||||
<Company_Info>
|
||||
<Company_Name>Laurent Destailleur</Company_Name>
|
||||
<Company_Name>NLTechno</Company_Name>
|
||||
<Address_1>61 Boulevard Vauban</Address_1>
|
||||
<Address_2 />
|
||||
<City_Town>Montigny-le-Bretonneux</City_Town>
|
||||
<State_Province>Yvelines</State_Province>
|
||||
<Zip_Postal_Code>78180</Zip_Postal_Code>
|
||||
<Country>FRANCE</Country>
|
||||
<Company_WebSite_URL>http://www.destailleur.fr</Company_WebSite_URL>
|
||||
<Company_WebSite_URL>http://www.nltechno.com</Company_WebSite_URL>
|
||||
<Contact_Info>
|
||||
<Author_First_Name>Laurent</Author_First_Name>
|
||||
<Author_Last_Name>Destailleur</Author_Last_Name>
|
||||
|
||||
@ -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');
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user