[component][ulog] Update version to 0.1.1 .
This commit is contained in:
parent
c990f0a026
commit
6a165e5cb1
|
@ -225,7 +225,7 @@ config RT_USING_ULOG
|
||||||
|
|
||||||
config ULOG_SW_VERSION_NUM
|
config ULOG_SW_VERSION_NUM
|
||||||
hex
|
hex
|
||||||
default 0x00100
|
default 0x00101
|
||||||
help
|
help
|
||||||
sfotware module version number
|
sfotware module version number
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ULOG_VERSION_STR "0.1.0"
|
#define ULOG_VERSION_STR "0.1.1"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ulog init and deint
|
* ulog init and deint
|
||||||
|
|
Loading…
Reference in New Issue