mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-19 08:17:29 +01:00
15 lines
621 B
C
15 lines
621 B
C
//The version number conforms to semver.org format
|
|
#define _VERSION_MAJOR 0
|
|
#define _VERSION_MINOR 7
|
|
#define _VERSION_PATCH 0
|
|
#define _VERSION_BUILD 419
|
|
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
|
|
#define _VERSION_DATE "20-01-2021"
|
|
#define _VERSION_TIME "12:45:28"
|
|
#define _SEMVER_CORE "0.7.0"
|
|
#define _SEMVER_BUILD "0.7.0+419"
|
|
#define _SEMVER_FULL "0.7.0+419"
|
|
#define _SEMVER_NOBUILD "0.7.0 (20-01-2021)"
|
|
#define _VERSION "0.7.0+419 (20-01-2021)"
|
|
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver
|