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 1
|
|
#define _VERSION_PATCH 0
|
|
#define _VERSION_BUILD 119
|
|
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
|
|
#define _VERSION_DATE "02-11-2020"
|
|
#define _VERSION_TIME "00:42:09"
|
|
#define _SEMVER_CORE "0.1.0"
|
|
#define _SEMVER_BUILD "0.1.0+119"
|
|
#define _SEMVER_FULL "0.1.0+119"
|
|
#define _SEMVER_NOBUILD "0.1.0 (02-11-2020)"
|
|
#define _VERSION "0.1.0+119 (02-11-2020)"
|
|
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver
|