Update lib_xud to v1.1.1

This commit is contained in:
Default Name
2020-09-22 12:47:44 +01:00
parent 67f8badbe7
commit 2dc860b9aa
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
lib_xua Change Log
==================
0.1.5
-----
* CHANGED: Update lib_xud dependency to v1.1.1
0.1.4
-----

View File

@@ -13,9 +13,9 @@ MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3 -DREF_CLK_FREQ=100 -fasm-linenum -fcomment-a
OPTIONAL_HEADERS += xua_conf.h
VERSION = 0.1.4
VERSION = 0.1.5
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=0.1.0)
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xud(>=1.1.1)
#ignore host dir
SOURCE_DIRS = src/*