6 Commits

Author SHA1 Message Date
Michael Banther
ad88e3342e Merge pull request #211 from xmos/release/v2.0.1
Release v2.0.1
2021-07-27 13:06:03 +01:00
Michael Banther
d0986cb37f Merge pull request #210 from xmos/develop
Prepare release v2.0.1
2021-07-26 16:11:48 +01:00
Michael Banther
9d148f68a3 Merge pull request #209 from mbanth/feature/bump_version
Bump version to 2.0.1
2021-07-26 14:47:48 +01:00
mbanth
3b1b7f81dc Bumped version to 2.0.1 2021-07-26 14:23:27 +01:00
Michael Banther
1e4bcf01c7 Merge pull request #208 from mbanth/feature/revert_xud_dependency_version
Revert the dependency on lib_xud to v1.2.0
2021-07-26 13:44:04 +01:00
mbanth
46ce681a88 Revert the dependency on lib_xud to v1.2.0. XVF3510 uses that version. 2021-07-23 18:34:28 +01:00
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)