Change version to 1.9.8.2 for an interim release

This commit is contained in:
Kijin Sung 2018-10-04 16:45:16 +09:00
parent a3b67b2c7f
commit 1c6509597c

View file

@ -3,7 +3,7 @@
/**
* RX_VERSION is the version number of the Rhymix CMS.
*/
define('RX_VERSION', '1.9.8.1');
define('RX_VERSION', '1.9.8.2');
/**
* RX_MICROTIME is the startup time of the current script, in microseconds since the Unix epoch.