Prepare 3.7.2

This commit is contained in:
Laurent Destailleur 2015-06-01 16:32:33 +02:00
parent f0257d02b5
commit 4f75ab79db
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
dolibarr (3.7.1-3) UNRELEASED; urgency=low dolibarr (3.7.2-3) UNRELEASED; urgency=low
[ Laurent Destailleur (eldy) ] [ Laurent Destailleur (eldy) ]
* New upstream release. * New upstream release.

View File

@ -29,7 +29,7 @@
* \brief File that include conf.php file and commons lib like functions.lib.php * \brief File that include conf.php file and commons lib like functions.lib.php
*/ */
if (! defined('DOL_VERSION')) define('DOL_VERSION','3.7.1'); if (! defined('DOL_VERSION')) define('DOL_VERSION','3.7.2');
if (! defined('EURO')) define('EURO',chr(128)); if (! defined('EURO')) define('EURO',chr(128));
// Define syslog constants // Define syslog constants