1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-16 04:33:49 +01:00
OTGW-firmware/version.h
Robert van den Breemen 88d2c81b7d This should work
2022-06-03 10:22:08 +02:00

17 lines
706 B
C

//The version number conforms to semver.org format
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 9
#define _VERSION_PATCH 5
#define _VERSION_BUILD 1716
#define _VERSION_GITHASH "33ce7d5"
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "03-06-2022"
#define _VERSION_TIME "08:04:57"
#define _SEMVER_CORE "0.9.5"
#define _SEMVER_BUILD "0.9.5+1716"
#define _SEMVER_GITHASH "0.9.5+33ce7d5"
#define _SEMVER_FULL "0.9.5+33ce7d5"
#define _SEMVER_NOBUILD "0.9.5 (03-06-2022)"
#define _VERSION "0.9.5+33ce7d5 (03-06-2022)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver