Launch 2.5 development
This commit is contained in:
parent
f50b5fb4b1
commit
b321b8a164
@ -16,10 +16,10 @@
|
||||
[Setup]
|
||||
; ----- Change this -----
|
||||
AppName=DoliWamp
|
||||
; DoliWamp x.x or DoliWamp x.x-dev
|
||||
AppVerName=DoliWamp 2.4
|
||||
; DoliWamp x.x or DoliWamp x.x-dev
|
||||
OutputBaseFilename=DoliWamp 2.4
|
||||
; DoliWamp x.x or DoliWamp x.x-dev or DoliWamp x.x-beta
|
||||
AppVerName=DoliWamp 2.5-dev
|
||||
; DoliWamp x.x or DoliWamp x.x-dev or DoliWamp x.x-beta
|
||||
OutputBaseFilename=DoliWamp 2.5-dev
|
||||
; 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
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
\version $Id$
|
||||
*/
|
||||
|
||||
define('DOL_VERSION','2.4'); // Also defined in htdocs/master.inc.php
|
||||
define('DOL_VERSION','2.5-dev'); // Also defined in htdocs/master.inc.php
|
||||
|
||||
require_once('../translate.class.php');
|
||||
require_once('../lib/functions.lib.php');
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
\version $Id$
|
||||
*/
|
||||
|
||||
define('DOL_VERSION','2.4'); // Also defined in htdocs/install/inc.php
|
||||
define('DOL_VERSION','2.5-dev'); // 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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user