1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-19 08:17:29 +01:00
OTGW-firmware/version.h
2021-01-20 19:46:31 +01:00

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 422
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "20-01-2021"
#define _VERSION_TIME "19:43:44"
#define _SEMVER_CORE "0.7.0"
#define _SEMVER_BUILD "0.7.0+422"
#define _SEMVER_FULL "0.7.0+422"
#define _SEMVER_NOBUILD "0.7.0 (20-01-2021)"
#define _VERSION "0.7.0+422 (20-01-2021)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver