From 6a165e5cb125f8babd8bc0e3c56a4aaf433d8191 Mon Sep 17 00:00:00 2001 From: armink Date: Thu, 8 Nov 2018 11:27:18 +0800 Subject: [PATCH] [component][ulog] Update version to 0.1.1 . --- components/utilities/Kconfig | 2 +- components/utilities/ulog/ulog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/utilities/Kconfig b/components/utilities/Kconfig index db7341e7a..e830d9457 100644 --- a/components/utilities/Kconfig +++ b/components/utilities/Kconfig @@ -225,7 +225,7 @@ config RT_USING_ULOG config ULOG_SW_VERSION_NUM hex - default 0x00100 + default 0x00101 help sfotware module version number endif diff --git a/components/utilities/ulog/ulog.h b/components/utilities/ulog/ulog.h index ab203602b..792c09856 100644 --- a/components/utilities/ulog/ulog.h +++ b/components/utilities/ulog/ulog.h @@ -18,7 +18,7 @@ extern "C" { #endif -#define ULOG_VERSION_STR "0.1.0" +#define ULOG_VERSION_STR "0.1.1" /* * ulog init and deint -- GitLab