From 2d5e3ad41f0acd3b795b41f872e06521bc02bf91 Mon Sep 17 00:00:00 2001 From: Enrico Fraccaroli Date: Mon, 19 Dec 2022 11:59:03 +0100 Subject: [PATCH] Update version. --- mentos/inc/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentos/inc/version.h b/mentos/inc/version.h index eb145f98..56517513 100644 --- a/mentos/inc/version.h +++ b/mentos/inc/version.h @@ -21,7 +21,7 @@ #define OS_MINOR_VERSION 5 /// Micro version of the operating system. -#define OS_MICRO_VERSION 2 +#define OS_MICRO_VERSION 3 /// Helper to transform the given argument into a string. #define OS_STR_HELPER(x) #x