From 6f66f4f8b903838081cd1a7bb06e9db8f1738580 Mon Sep 17 00:00:00 2001 From: ovclas Date: Mon, 12 Nov 2012 02:48:24 +0000 Subject: [PATCH] version up git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12170 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 a159bf18b..3fcb06dd8 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -14,7 +14,7 @@ * Display XE's full version * Even The file should be revised when releasing altough no change is made */ - define('__XE_VERSION__', '1.5.3.3'); + define('__XE_VERSION__', '1.5.4'); /** * @deprecated __ZBXE_VERSION__ will be removed. Use __XE_VERSION__ instead.