From 931cfde894ed38b8e743b48ef73c1f5e7ba39f7c Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sun, 17 Oct 2021 18:44:14 +0100 Subject: [PATCH] Bump the minor version number. --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 6b5aa28..450efcb 100644 --- a/version.h +++ b/version.h @@ -24,8 +24,8 @@ #include "ADF7021.h" #define VER_MAJOR "1" -#define VER_MINOR "5" -#define VER_REV "2" +#define VER_MINOR "6" +#define VER_REV "0" #define VERSION_DATE "20210919" #if defined(ZUMSPOT_ADF7021)