mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add __XE_VERSION__
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9840 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0dbd9091b0
commit
51ebc7316a
2 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,8 @@
|
||||||
* @brief display XE's full version
|
* @brief display XE's full version
|
||||||
* Even The file should be revised when releasing altough no change is made
|
* Even The file should be revised when releasing altough no change is made
|
||||||
**/
|
**/
|
||||||
define('__ZBXE_VERSION__', '1.5.0.8');
|
define('__XE_VERSION__', '1.5.0.8');
|
||||||
|
define('__ZBXE_VERSION__', __XE_VERSION__); // deprecated : __ZBXE_VERSION__ will be removed. Use __XE_VERSION__ instead.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The base path to where you installed zbXE Wanted
|
* @brief The base path to where you installed zbXE Wanted
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,8 @@
|
||||||
/**
|
/**
|
||||||
* @brief Declare constants for generic use and for checking to avoid a direct call from the Web
|
* @brief Declare constants for generic use and for checking to avoid a direct call from the Web
|
||||||
**/
|
**/
|
||||||
define('__ZBXE__', true); // deprecated : The constant ZBXE will be removed. Use XE instead.
|
|
||||||
define('__XE__', true);
|
define('__XE__', true);
|
||||||
|
define('__ZBXE__', true); // deprecated : __ZBXE__ will be removed. Use __XE__ instead.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Include the necessary configuration files
|
* @brief Include the necessary configuration files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue