diff --git a/cmake/ci/build_codec2.sh b/cmake/ci/build_codec2.sh index 15ca607db..dc5b6e364 100644 --- a/cmake/ci/build_codec2.sh +++ b/cmake/ci/build_codec2.sh @@ -9,7 +9,7 @@ mkdir -p drowe67 && cd drowe67 git clone https://github.com/drowe67/codec2.git cd codec2 -git reset --hard "v0.9.2" +git reset --hard "v1.0.3" mkdir -p build && cd build cmake .. sudo make install diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 1d656bc0e..6fe418a67 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -8,7 +8,7 @@ # but make the configuration dirty # which version/tag/checkout to use -set(CODEC2_TAG "v0.9.2") +set(CODEC2_TAG "v1.0.3") set(CM256CC_TAG c0e92b92aca3d1d36c990b642b937c64d363c559) set(MBELIB_TAG fe83b32c6a60cdd7bce8cecf3c7a0b9ec87a7667) set(SERIALDV_TAG "v1.1.4")