Skip to content

Commit

Permalink
Version bump (4.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
xross committed May 30, 2024
1 parent 3a78f44 commit c4da4c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lib_xua change log

* Changes to dependencies:

- lib_adat: 1.0.1 -> 1.1.0
- lib_adat: 1.0.1 -> 1.2.0

- lib_locks: 2.1.0 -> 2.2.0

Expand Down
2 changes: 1 addition & 1 deletion lib_xua/lib_build_info.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(LIB_INCLUDES api
src/hid
src/midi)
set(LIB_OPTIONAL_HEADERS xua_conf.h static_hid_report.h)
set(LIB_DEPENDENT_MODULES "lib_adat(1.1.0)"
set(LIB_DEPENDENT_MODULES "lib_adat(1.2.0)"
"lib_locks(2.2.0)"
"lib_logging(3.2.0)"
"lib_mic_array(4.6.0)"
Expand Down
2 changes: 1 addition & 1 deletion lib_xua/module_build_info
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
DEBUG_FLAGS = -DXASSERT_ENABLE_ASSERTIONS=0 -DXASSERT_ENABLE_DEBUG=0 -DXASSERT_ENABLE_LINE_NUMBERS=0
endif

DEPENDENT_MODULES = lib_adat(>=1.1.0) \
DEPENDENT_MODULES = lib_adat(>=1.2.0) \
lib_locks(>=2.2.0) \
lib_logging(>=3.2.0) \
lib_mic_array(>=4.6.0) \
Expand Down

0 comments on commit c4da4c5

Please sign in to comment.