Skip to content

Commit 4f91c2f

Browse files
authored
Merge pull request #214 from lucianomartin/feature/bump_version
Bump version
2 parents f0cdd9a + ac8adfa commit 4f91c2f

4 files changed

Lines changed: 20 additions & 12 deletions

File tree

CHANGELOG.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
lib_mic_array change log
22
========================
33

4-
UNRELEASED
5-
----------
4+
4.6.0
5+
-----
6+
7+
* ADDED: Support for XCommon CMake build system
8+
9+
* Changes to dependencies:
10+
11+
- lib_dsp: 3.0.0 -> 6.3.0
12+
13+
- lib_logging: 2.0.0 -> 3.2.0
614

7-
* ADDED: Support for XCommon CMake build system
15+
- lib_xassert: 2.0.0 -> 4.2.0
816

917
4.5.0
1018
-----

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@Library('xmos_jenkins_shared_library@v0.18.0') _
2-
getApproval()
2+
getApproval( )
33

44
pipeline {
55
agent {
6-
label 'x86_64 && linux'
6+
label 'x86_64 && linux && axe'
77
}
88
environment {
99
REPO = 'lib_mic_array'

lib_mic_array/lib_build_info.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
set(LIB_NAME lib_mic_array)
2-
set(LIB_VERSION 4.5.0)
2+
set(LIB_VERSION 4.6.0)
33
set(LIB_INCLUDES api src/fir)
44

55
# Want to exclude src/fir/make_mic_dual_stage_3_coefs.c
66
# There are no other C source files, so set an empty string.
77
set(LIB_C_SRCS "")
88

9-
set(LIB_DEPENDENT_MODULES "lib_xassert"
10-
"lib_logging"
11-
"lib_dsp")
9+
set(LIB_DEPENDENT_MODULES "lib_xassert(4.2.0)"
10+
"lib_logging(3.2.0)"
11+
"lib_dsp(6.3.0)")
1212

1313
XMOS_REGISTER_MODULE()

lib_mic_array/module_build_info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
VERSION = 4.5.0
1+
VERSION = 4.6.0
22

3-
DEPENDENT_MODULES = lib_xassert(>=4.0.0) \
4-
lib_logging(>=3.0.0) \
3+
DEPENDENT_MODULES = lib_xassert(>=4.2.0) \
4+
lib_logging(>=3.2.0) \
55
lib_dsp(>=6.0.0)
66

77
MODULE_XCC_FLAGS = $(XCC_FLAGS)

0 commit comments

Comments
 (0)