v2.0.0-alpha

This commit is contained in:
Kijin Sung 2020-10-02 12:54:43 +09:00
parent 2b49bd80de
commit 0d8d2a6ac0

View file

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