From 4786fcaca2332ee7521a428f6e7e2bf84c13827b Mon Sep 17 00:00:00 2001 From: Evelyne Donnaes Date: Thu, 11 Jul 2019 11:41:31 +0100 Subject: [PATCH] Update Mbed version block --- platform/mbed_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mbed_version.h b/platform/mbed_version.h index 761888a874..feb3134a29 100644 --- a/platform/mbed_version.h +++ b/platform/mbed_version.h @@ -44,7 +44,7 @@ * * @note 99 is default value for development version (master branch) */ -#define MBED_PATCH_VERSION 0 +#define MBED_PATCH_VERSION 1 #define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))