From 2cca84bd3fb0771d4c1d1a3250bab3741c297a95 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 1 Dec 2017 02:09:15 +0900 Subject: [PATCH] Follow XE version 1.9.0 --- common/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.php b/common/constants.php index c7aa8efe6..c89e19ab5 100644 --- a/common/constants.php +++ b/common/constants.php @@ -3,7 +3,7 @@ /** * RX_VERSION is the version number of the Rhymix CMS. */ -define('RX_VERSION', '1.8.46'); +define('RX_VERSION', '1.9.0'); /** * RX_MICROTIME is the startup time of the current script, in microseconds since the Unix epoch.