Prepare version 2.6
This commit is contained in:
parent
204693b0e8
commit
65edeb2c13
@ -17,9 +17,9 @@
|
|||||||
; ----- Change this -----
|
; ----- Change this -----
|
||||||
AppName=DoliWamp
|
AppName=DoliWamp
|
||||||
; DoliWamp-x.x or DoliWamp-x.x-dev or DoliWamp-x.x-beta
|
; DoliWamp-x.x or DoliWamp-x.x-dev or DoliWamp-x.x-beta
|
||||||
AppVerName=DoliWamp-2.5.1
|
AppVerName=DoliWamp-2.6-beta
|
||||||
; DoliWamp-x.x or DoliWamp-x.x-dev or DoliWamp-x.x-beta
|
; DoliWamp-x.x or DoliWamp-x.x-dev or DoliWamp-x.x-beta
|
||||||
OutputBaseFilename=DoliWamp-2.5.1
|
OutputBaseFilename=DoliWamp-2.6-beta
|
||||||
; 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.5.1'); // Also defined in htdocs/master.inc.php
|
define('DOL_VERSION','2.6-beta'); // 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');
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('DOL_VERSION','2.5.1'); // Also defined in htdocs/install/inc.php
|
define('DOL_VERSION','2.6-beta'); // 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