Launch 2.5 development
This commit is contained in:
parent
f50b5fb4b1
commit
b321b8a164
@ -16,10 +16,10 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
; ----- Change this -----
|
; ----- Change this -----
|
||||||
AppName=DoliWamp
|
AppName=DoliWamp
|
||||||
; DoliWamp x.x or DoliWamp x.x-dev
|
; DoliWamp x.x or DoliWamp x.x-dev or DoliWamp x.x-beta
|
||||||
AppVerName=DoliWamp 2.4
|
AppVerName=DoliWamp 2.5-dev
|
||||||
; DoliWamp x.x or DoliWamp x.x-dev
|
; DoliWamp x.x or DoliWamp x.x-dev or DoliWamp x.x-beta
|
||||||
OutputBaseFilename=DoliWamp 2.4
|
OutputBaseFilename=DoliWamp 2.5-dev
|
||||||
; Define full path from wich all relative path are defined
|
; Define full path from wich all relative path are defined
|
||||||
; You must modify this to put here your dolibarr root directory
|
; You must modify this to put here your dolibarr root directory
|
||||||
SourceDir=E:\Mes Developpements\dolibarr
|
SourceDir=E:\Mes Developpements\dolibarr
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
\version $Id$
|
\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('../translate.class.php');
|
||||||
require_once('../lib/functions.lib.php');
|
require_once('../lib/functions.lib.php');
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
\version $Id$
|
\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));
|
define('EURO',chr(128));
|
||||||
|
|
||||||
// La fonction clearstatcache ne doit pas etre appelée de manière globale car ralenti.
|
// La fonction clearstatcache ne doit pas etre appelée de manière globale car ralenti.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user