mbgtools-lx
4.2.8
|
#include <words.h>
Go to the source code of this file.
Macros | |
#define | MBG_CURRENT_COPYRIGHT_YEAR 2019 |
#define | MBG_MAJOR_VERSION_CODE 4 |
#define | MBG_MINOR_VERSION_CODE 2 |
#define | MBG_MICRO_VERSION_CODE 6 |
#define | MBG_CURRENT_COPYRIGHT_YEAR_STR STRINGIFY( MBG_CURRENT_COPYRIGHT_YEAR ) |
#define | MBG_MAJOR_VERSION_STR STRINGIFY( MBG_MAJOR_VERSION_CODE ) |
#define | MBG_MINOR_VERSION_STR STRINGIFY( MBG_MINOR_VERSION_CODE ) |
#define | MBG_MICRO_VERSION_STR STRINGIFY( MBG_MICRO_VERSION_CODE ) |
#define | MBG_MAIN_VERSION_CODE ( ( MBG_MAJOR_VERSION_CODE << 8 ) | MBG_MINOR_VERSION_CODE ) |
#define | MBG_MAIN_VERSION_STR MBG_MAJOR_VERSION_STR "." MBG_MINOR_VERSION_STR |
#define | MBG_FULL_VERSION_STR MBG_MAIN_VERSION_STR "." MBG_MICRO_VERSION_STR |
#define MBG_CURRENT_COPYRIGHT_YEAR 2019 |
Definition at line 54 of file mbgversion.h.
Referenced by mbg_program_info_str().
#define MBG_CURRENT_COPYRIGHT_YEAR_STR STRINGIFY( MBG_CURRENT_COPYRIGHT_YEAR ) |
Definition at line 69 of file mbgversion.h.
#define MBG_FULL_VERSION_STR MBG_MAIN_VERSION_STR "." MBG_MICRO_VERSION_STR |
Definition at line 86 of file mbgversion.h.
#define MBG_MAIN_VERSION_CODE ( ( MBG_MAJOR_VERSION_CODE << 8 ) | MBG_MINOR_VERSION_CODE ) |
Definition at line 80 of file mbgversion.h.
#define MBG_MAIN_VERSION_STR MBG_MAJOR_VERSION_STR "." MBG_MINOR_VERSION_STR |
Definition at line 81 of file mbgversion.h.
#define MBG_MAJOR_VERSION_CODE 4 |
Definition at line 56 of file mbgversion.h.
Referenced by mbg_program_version_str(), and mbgclock_init_module().
#define MBG_MAJOR_VERSION_STR STRINGIFY( MBG_MAJOR_VERSION_CODE ) |
Definition at line 71 of file mbgversion.h.
#define MBG_MICRO_VERSION_CODE 6 |
Definition at line 58 of file mbgversion.h.
Referenced by mbg_program_version_str(), and mbgclock_init_module().
#define MBG_MICRO_VERSION_STR STRINGIFY( MBG_MICRO_VERSION_CODE ) |
Definition at line 73 of file mbgversion.h.
#define MBG_MINOR_VERSION_CODE 2 |
Definition at line 57 of file mbgversion.h.
Referenced by mbg_program_version_str(), and mbgclock_init_module().
#define MBG_MINOR_VERSION_STR STRINGIFY( MBG_MINOR_VERSION_CODE ) |
Definition at line 72 of file mbgversion.h.