From e2ecdb6291b5e699c0048ec5adbe4147d38209e8 Mon Sep 17 00:00:00 2001 From: bnu Date: Mon, 6 Jan 2014 10:47:07 +0900 Subject: [PATCH] Version update : 1.7.3.7 --- 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 5d0daeba1..c247f02c7 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -42,7 +42,7 @@ define('__ZBXE__', __XE__); * '2' means 'release candidate' status. * '3' means 'final' status. */ -define('__XE_VERSION__', '1.7.3.6'); +define('__XE_VERSION__', '1.7.3.7'); /** * @deprecated __ZBXE_VERSION__ will be removed. Use __XE_VERSION__ instead.