From 2dc860b9aa712050dc8b74fc60191392ce3ece1d Mon Sep 17 00:00:00 2001 From: Default Name Date: Tue, 22 Sep 2020 12:47:44 +0100 Subject: [PATCH 1/2] Update lib_xud to v1.1.1 --- CHANGELOG.rst | 5 +++++ lib_xua/module_build_info | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 81110764..311244f0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ lib_xua Change Log ================== +0.1.5 +----- + + * CHANGED: Update lib_xud dependency to v1.1.1 + 0.1.4 ----- diff --git a/lib_xua/module_build_info b/lib_xua/module_build_info index 14f0c1cb..b34a012a 100644 --- a/lib_xua/module_build_info +++ b/lib_xua/module_build_info @@ -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/* From 2fb8bd6d49d77eab815cad91f7b39a7be22b1266 Mon Sep 17 00:00:00 2001 From: oscarbailey-xmos <40995889+oscarbailey-xmos@users.noreply.github.com> Date: Tue, 22 Sep 2020 13:00:44 +0100 Subject: [PATCH 2/2] Change view to lib_xua_release_0_1_5 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5cd2bc3b..af7aee79 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { agent none environment { REPO = 'lib_xua' - VIEW = 'lib_xua_release_0_1_3' + VIEW = 'lib_xua_release_0_1_5' } options { skipDefaultCheckout()