From d4124f190a848355d8f53333162024c6e2e723c3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Dec 2008 05:23:00 +0000 Subject: [PATCH] Prepare 2.5 release --- htdocs/install/inc.php | 2 +- htdocs/master.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index 95ec5f9a128..bfe72a0cff3 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -24,7 +24,7 @@ \version $Id$ */ -define('DOL_VERSION','2.5-beta'); // Also defined in htdocs/master.inc.php +define('DOL_VERSION','2.5'); // 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 8763672a677..953b56625c1 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -30,7 +30,7 @@ * \version $Id$ */ -define('DOL_VERSION','2.5-beta'); // Also defined in htdocs/install/inc.php +define('DOL_VERSION','2.5'); // 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.