From 3f29d4835d6ef466cc1596f2c6b569c375993882 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 2 Jan 2009 15:33:08 +0000 Subject: [PATCH] Prepare 2.6 dev --- ChangeLog | 12 ++++++++++++ htdocs/install/inc.php | 2 +- htdocs/master.inc.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ddb3628e263..d62b20bfc15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ English Dolibarr changelog +***** Changelog for 2.6 compared to 2.5 ***** + +For users: +- Enhance bank transactions reportings + +For translators: +- Nothing + +For developers: +- Nothing + + ***** Changelog for 2.5 compared to 2.4 ***** For users: diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index bfe72a0cff3..30c981e087b 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -24,7 +24,7 @@ \version $Id$ */ -define('DOL_VERSION','2.5'); // Also defined in htdocs/master.inc.php +define('DOL_VERSION','2.6-dev'); // Also defined in htdocs/master.inc.php require_once('../translate.class.php'); require_once('../lib/functions.lib.php'); diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index 953b56625c1..90a3e93373c 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -30,7 +30,7 @@ * \version $Id$ */ -define('DOL_VERSION','2.5'); // Also defined in htdocs/install/inc.php +define('DOL_VERSION','2.6-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.