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 3
|
|
#define _VERSION_BUILD 490
|
|
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
|
|
#define _VERSION_DATE "01-02-2021"
|
|
#define _VERSION_TIME "23:02:06"
|
|
#define _SEMVER_CORE "0.7.3"
|
|
#define _SEMVER_BUILD "0.7.3+490"
|
|
#define _SEMVER_FULL "0.7.3+490"
|
|
#define _SEMVER_NOBUILD "0.7.3 (01-02-2021)"
|
|
#define _VERSION "0.7.3+490 (01-02-2021)"
|
|
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver
|