Prepare 2.7 release
This commit is contained in:
parent
6bfa92adcd
commit
ec52ea9c63
@ -48,8 +48,8 @@
|
||||
<release>
|
||||
<Version>
|
||||
<name>stable</name>
|
||||
<created>2009-04-25</created>
|
||||
<revision>2.6</revision>
|
||||
<created>2009-10-20</created>
|
||||
<revision>2.7</revision>
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
|
||||
@ -18,9 +18,9 @@
|
||||
; ----- Change this -----
|
||||
AppName=DoliWamp
|
||||
; DoliWamp-x.x.x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
|
||||
AppVerName=DoliWamp-2.7.0-beta
|
||||
AppVerName=DoliWamp-2.7.0
|
||||
; DoliWamp-x.x x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
|
||||
OutputBaseFilename=DoliWamp-2.7.0-beta
|
||||
OutputBaseFilename=DoliWamp-2.7.0
|
||||
; Define full path from wich all relative path are defined
|
||||
; You must modify this to put here your dolibarr root directory
|
||||
SourceDir=C:\Work\Data\Workspace\dolibarr
|
||||
|
||||
@ -11,7 +11,7 @@ use Cwd;
|
||||
$PROJECT="dolibarr";
|
||||
$MAJOR="2";
|
||||
$MINOR="7";
|
||||
$BUILD="0-beta"; # 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","EXEDOLIWAMP","SNAPSHOT"); # Possible packages
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
define('DOL_VERSION','2.7.0-beta'); // Also defined in htdocs/master.inc.php
|
||||
define('DOL_VERSION','2.7.0'); // Also defined in htdocs/master.inc.php
|
||||
|
||||
require_once('../translate.class.php');
|
||||
require_once('../lib/functions.lib.php');
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
define('DOL_VERSION','2.7.0-beta'); // Also defined in htdocs/install/inc.php
|
||||
define('DOL_VERSION','2.7.0'); // Also defined in htdocs/install/inc.php
|
||||
define('EURO',chr(128));
|
||||
|
||||
// Definition des constantes syslog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user