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

17 lines
704 B
C

//The version number conforms to semver.org format
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 8
#define _VERSION_PATCH 2
#define _VERSION_BUILD 934
#define _VERSION_GITHASH "1da0800"
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "30-03-2021"
#define _VERSION_TIME "21:23:11"
#define _SEMVER_CORE "0.8.2"
#define _SEMVER_BUILD "0.8.2+934"
#define _SEMVER_GITHASH "0.8.2+1da0800"
#define _SEMVER_FULL "0.8.2+1da0800"
#define _SEMVER_NOBUILD "0.8.2 (30-03-2021)"
#define _VERSION "0.8.2+1da0800 (30-03-2021)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver