1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-16 04:33:49 +01:00
OTGW-firmware/version.h

17 lines
659 B
C
Raw Normal View History

2020-10-25 20:48:57 +01:00
//The version number conforms to semver.org format
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 9
2021-11-18 21:08:32 +01:00
#define _VERSION_PATCH 1
2021-12-19 21:19:14 +01:00
#define _VERSION_BUILD 1419
#define _VERSION_GITHASH "22e3c94"
2021-11-18 21:08:32 +01:00
#define _VERSION_PRERELEASE beta
2021-12-19 09:58:36 +01:00
#define _VERSION_DATE "19-12-2021"
2021-12-19 21:19:14 +01:00
#define _VERSION_TIME "21:13:29"
2021-11-18 21:08:32 +01:00
#define _SEMVER_CORE "0.9.1"
2021-12-19 21:19:14 +01:00
#define _SEMVER_BUILD "0.9.1+1419"
#define _SEMVER_GITHASH "0.9.1+22e3c94"
#define _SEMVER_FULL "0.9.1-beta+22e3c94"
2021-12-19 09:58:36 +01:00
#define _SEMVER_NOBUILD "0.9.1-beta (19-12-2021)"
2021-12-19 21:19:14 +01:00
#define _VERSION "0.9.1-beta+22e3c94 (19-12-2021)"
2020-10-25 20:48:57 +01:00
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver