We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c990f0a commit 6a165e5Copy full SHA for 6a165e5
components/utilities/Kconfig
@@ -225,7 +225,7 @@ config RT_USING_ULOG
225
226
config ULOG_SW_VERSION_NUM
227
hex
228
- default 0x00100
+ default 0x00101
229
help
230
sfotware module version number
231
endif
components/utilities/ulog/ulog.h
@@ -18,7 +18,7 @@
18
extern "C" {
19
#endif
20
21
-#define ULOG_VERSION_STR "0.1.0"
+#define ULOG_VERSION_STR "0.1.1"
22
23
/*
24
* ulog init and deint
0 commit comments