Skip to content
Snippets Groups Projects
Commit 31ab3691 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Prepare 2.9 version

parent d206c7a9
No related branches found
No related tags found
No related merge requests found
......@@ -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.9.0-alpha
AppVerName=DoliWamp-2.9.0-beta
; DoliWamp-x.x x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
OutputBaseFilename=DoliWamp-2.9.0-alpha
OutputBaseFilename=DoliWamp-2.9.0-beta
; Define full path from wich all relative path are defined
; You must modify this to put here your dolibarr root directory
SourceDir=D:\Mes developpements\dolibarr
......
......@@ -11,7 +11,7 @@ use Cwd;
$PROJECT="dolibarr";
$MAJOR="2";
$MINOR="9";
$BUILD="0-dev"; # Mettre x pour release, x-dev pour dev, x-beta pour beta, x-rc pour release candidate
$BUILD="0-beta"; # Mettre x pour release, x-dev pour dev, 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.9.0-dev'); // Also defined in htdocs/master.inc.php
define('DOL_VERSION','2.9.0-beta'); // Also defined in htdocs/master.inc.php
require_once('../core/class/translate.class.php');
require_once('../lib/functions.lib.php');
......
......@@ -32,7 +32,7 @@
* \version $Id$
*/
define('DOL_VERSION','2.9.0-dev'); // Also defined in htdocs/install/inc.php
define('DOL_VERSION','2.9.0-beta'); // Also defined in htdocs/install/inc.php
define('EURO',chr(128));
// Definition des constantes syslog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment