From aadbb0f89ed8d4ea2b7bb642f2c779b6575f8a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 12 Dec 2017 20:22:40 +0100 Subject: [PATCH] add TF_VERSION define --- TinyFrame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TinyFrame.h b/TinyFrame.h index 2422edd..eab027f 100644 --- a/TinyFrame.h +++ b/TinyFrame.h @@ -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 // for uint8_t etc #include // for bool