add TF_VERSION define

This commit is contained in:
2017-12-12 20:22:40 +01:00
parent a27798188d
commit aadbb0f89e
+2 -2
View File
@@ -4,14 +4,14 @@
/**
* TinyFrame protocol library
*
* version: 1.2.0
*
* (c) Ondřej Hruška 2017, MIT License
* no liability/warranty, free for any use, must retain this notice & license
*
* Upstream URL: https://github.com/MightyPork/TinyFrame
*/
#define TF_VERSION "1.2.0"
//---------------------------------------------------------------------------
#include <stdint.h> // for uint8_t etc
#include <stdbool.h> // for bool