This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 6d2ece0c25db0a993ee86a10e208c4171b6ec392 Author: shizhenghui <[email protected]> AuthorDate: Thu Sep 7 16:24:55 2023 +0800 libsrc: update version in CMakeLists.txt Signed-off-by: shizhenghui <[email protected]> --- libs/libc/audio/libsrc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/audio/libsrc/CMakeLists.txt b/libs/libc/audio/libsrc/CMakeLists.txt index d750a7f2a2..a22ecc0e30 100644 --- a/libs/libc/audio/libsrc/CMakeLists.txt +++ b/libs/libc/audio/libsrc/CMakeLists.txt @@ -18,7 +18,7 @@ # # ############################################################################## if(CONFIG_AUDIO_SRC) - set(LIBSRC_VERSION 0.1.9) + set(LIBSRC_VERSION 0.2.2) FetchContent_Declare( libsrc URL https://codeload.github.com/libsndfile/libsamplerate/zip/master)
