Launch 2.5 development

This commit is contained in:
Laurent Destailleur 2008-08-25 07:21:20 +00:00
parent f50b5fb4b1
commit b321b8a164
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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');

View File

@ -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.