From 6e1c57a702575da74418e82ff9a1aefe49945923 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 19 Apr 2020 15:07:03 +0200 Subject: Prepare 0.7.0 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fab6c93..46f7282e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -335,7 +335,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 48e100e09b470c5c8be1f13837d4abd990283068 + GIT_TAG v0.3.0 ) FetchContent_MakeAvailable(MatrixClient) else() -- cgit 1.5.1