From 2144d1bd75060982f2417356d5a427baad5f3557 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Tue, 26 Jun 2018 14:48:03 +0200 Subject: [PATCH] bump version number --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 914c502..526fa18 100644 --- a/src/main.h +++ b/src/main.h @@ -7,6 +7,6 @@ #define DEBUG_MSG(...) #endif -#define FW_VERSION 21 +#define FW_VERSION 22 #endif /* _MAIN_H */