From 8ec25594376540c7a73d7aa586742d3ef9e0e5f4 Mon Sep 17 00:00:00 2001 From: ovclas Date: Thu, 3 May 2012 05:39:37 +0000 Subject: [PATCH] version up to 1.5.2.4 git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10652 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.inc.php b/config/config.inc.php index 177a8062b..ae4b54485 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -13,7 +13,7 @@ * @brief display XE's full version * Even The file should be revised when releasing altough no change is made **/ - define('__XE_VERSION__', '1.5.2.3'); + define('__XE_VERSION__', '1.5.2.4'); define('__ZBXE_VERSION__', __XE_VERSION__); // deprecated : __ZBXE_VERSION__ will be removed. Use __XE_VERSION__ instead. /**