Prepare 2.6 dev
This commit is contained in:
parent
db5fb4788a
commit
3f29d4835d
12
ChangeLog
12
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:
|
||||
|
||||
@ -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');
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user