mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-16 04:33:49 +01:00
17 lines
659 B
C
17 lines
659 B
C
//The version number conforms to semver.org format
|
|
#define _VERSION_MAJOR 0
|
|
#define _VERSION_MINOR 9
|
|
#define _VERSION_PATCH 2
|
|
#define _VERSION_BUILD 1543
|
|
#define _VERSION_GITHASH "3014885"
|
|
#define _VERSION_PRERELEASE beta
|
|
#define _VERSION_DATE "02-01-2022"
|
|
#define _VERSION_TIME "14:50:01"
|
|
#define _SEMVER_CORE "0.9.2"
|
|
#define _SEMVER_BUILD "0.9.2+1543"
|
|
#define _SEMVER_GITHASH "0.9.2+3014885"
|
|
#define _SEMVER_FULL "0.9.2-beta+3014885"
|
|
#define _SEMVER_NOBUILD "0.9.2-beta (02-01-2022)"
|
|
#define _VERSION "0.9.2-beta+3014885 (02-01-2022)"
|
|
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver
|