Version Component¶
Overview¶
Phalcon\Support\Version is a small but handy class, that returns the current version of Phalcon installed in your system.
Constants¶
Name | Value | Description |
---|---|---|
VERSION_MAJOR | 0 | The major version |
VERSION_MEDIUM | 1 | The medium version |
VERSION_MINOR | 2 | The minor version |
VERSION_SPECIAL | 3 | The special version (alpha, beta, etc.) |
VERSION_SPECIAL_NUMBER | 4 | The special version number |