Merge pull request #210 from xmos/develop

Prepare release v2.0.1
This commit is contained in:
Michael Banther
2021-07-26 16:11:48 +01:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
lib_xua Change Log
==================
2.0.1
-----
* CHANGED: Reverted dependency on lib_xud to v1.2.0 for use by XVF3510
2.0.0
-----

View File

@@ -1,8 +1,8 @@
VERSION = 2.0.0
VERSION = 2.0.1
DEPENDENT_MODULES = lib_logging(>=3.0.0) \
lib_xassert(>=4.0.0) \
lib_xud(>=2.0.0) \
lib_xud(>=1.2.0) \
lib_spdif(>=4.0.0) \
lib_mic_array(>=4.0.0)