From 2c5e149726a33b2ebb5d9df59839ce57c5611787 Mon Sep 17 00:00:00 2001 From: Benedikt Seeger Date: Tue, 27 Jul 2021 10:03:45 +0200 Subject: [PATCH] version 0.6.0 --- Inc/freertos_cubemx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Inc/freertos_cubemx.h b/Inc/freertos_cubemx.h index c7c0644..87ee851 100755 --- a/Inc/freertos_cubemx.h +++ b/Inc/freertos_cubemx.h @@ -78,8 +78,8 @@ extern "C" { #include "SEGGER_RTT.h" #include "tim64extender.h" #define VERSION_MAJOR 0 -#define VERSION_MINOR 5 -#define VERSION_PATCH 1 +#define VERSION_MINOR 6 +#define VERSION_PATCH 0 const uint8_t UDP_TARGET_DEFAULT_IP_ADDRESS[4] = { 192, 168, 0, 200 };