version update to 1.7.4.b1

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13192 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
khongchi 2013-11-08 07:59:07 +00:00
parent 3e73390ccb
commit d425e42693

View file

@ -28,22 +28,8 @@ define('__ZBXE__', __XE__);
/**
* Display XE's full version.
* The version should be revised when releasing even if no change is made.
* XE core's version name is designated development stage. Basically consist of 4 numbers. For example X.X.X.X.
* First position number means 'major' update.
* Second position number means 'minor' update.
* Third position number '0, 1, 2, 3' means 'status' update.
* Forth position number means 'patch' update.
* Third position number for status display is consist of 0~3 numbers.
* '0' means 'alpha' status.
* '1' means 'beta' status.
* '2' means 'release candidate' status.
* '3' means 'final' status.
*/
define('__XE_VERSION__', '1.7.3.6');
define('__XE_VERSION__', '1.7.4.b1');
/**
* @deprecated __ZBXE_VERSION__ will be removed. Use __XE_VERSION__ instead.