Skip to content

Commit 6a165e5

Browse files
committed
[component][ulog] Update version to 0.1.1 .
1 parent c990f0a commit 6a165e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/utilities/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ config RT_USING_ULOG
225225

226226
config ULOG_SW_VERSION_NUM
227227
hex
228-
default 0x00100
228+
default 0x00101
229229
help
230230
sfotware module version number
231231
endif

components/utilities/ulog/ulog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
extern "C" {
1919
#endif
2020

21-
#define ULOG_VERSION_STR "0.1.0"
21+
#define ULOG_VERSION_STR "0.1.1"
2222

2323
/*
2424
* ulog init and deint

0 commit comments

Comments
 (0)