diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-04-19 15:07:03 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-04-19 15:07:23 +0200 |
commit | 6e1c57a702575da74418e82ff9a1aefe49945923 (patch) | |
tree | 148bccd57700b6f94fbac5e3432bd628cfef6224 /CMakeLists.txt | |
parent | Try to fix messages getting stuck by sometimes sending them twice and never f... (diff) | |
download | nheko-6e1c57a702575da74418e82ff9a1aefe49945923.tar.xz |
Prepare 0.7.0 release
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |