Definition of version macros. More...
Go to the source code of this file.
Defines | |
| #define | NX_VERSION_MAJ 6 |
| Major version number. | |
| #define | NX_VERSION_MIN 4 |
| Minor version number. | |
| #define | NX_VERSION_REL 5 |
| Release number. | |
| #define | NX_VERSION_PAT 0 |
| Patch number. | |
| #define | NX_VERSION |
| Version word. | |
| #define | NX_VERSION_STR "v6.4.5.0" |
| Macro for previous variable. Do not use! | |
Variables | |
| const char | nx_version_str [] |
| Version string (global variable defined in src/build/build_version.c). | |
| const char | nx_build_date [] |
| Date at which the system is built (defined in build_version.c). | |
| const char | nx_build_fhost [] |
| Version of extra fhost component (defined in build_version.c). | |
Definition of version macros.
This file should be included if any version related macro is needed. It is modified automatically by build tool, and should seldom be touched manually.
Copyright (C) RivieraWaves 2011-2019
Definition in file version.h.
1.6.1