diff options
author | Marvin W <git@larma.de> | 2020-04-13 18:16:52 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2020-04-13 19:56:45 +0200 |
commit | fbd70ceaac5ebbddfa21a580c61165bf5b861303 (patch) | |
tree | 464f1de64e684c8a616e0b4bd360611d82a4326a /plugins | |
parent | bcbd5f0807e495b50d9aef8d23dfafe83e068eba (diff) | |
download | dino-fbd70ceaac5ebbddfa21a580c61165bf5b861303.tar.gz dino-fbd70ceaac5ebbddfa21a580c61165bf5b861303.zip |
Bump libsignal-protocol-c version to 2.3.3
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/signal-protocol/CMakeLists.txt | 2 | ||||
m--------- | plugins/signal-protocol/libsignal-protocol-c | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/signal-protocol/CMakeLists.txt b/plugins/signal-protocol/CMakeLists.txt index 0ae84111..400de03c 100644 --- a/plugins/signal-protocol/CMakeLists.txt +++ b/plugins/signal-protocol/CMakeLists.txt @@ -32,7 +32,7 @@ if(NOT BUILD_LIBSIGNAL_IN_TREE) # libsignal-protocol-c has a history of breaking compatibility on the patch level # we'll have to check compatibility for every new release # distro maintainers may update this dependency after compatibility tests - find_package(SignalProtocol 2.3.2 EXACT REQUIRED) + find_package(SignalProtocol 2.3.2 REQUIRED) else() add_subdirectory(libsignal-protocol-c EXCLUDE_FROM_ALL) set_property(TARGET curve25519 PROPERTY POSITION_INDEPENDENT_CODE ON) diff --git a/plugins/signal-protocol/libsignal-protocol-c b/plugins/signal-protocol/libsignal-protocol-c -Subproject 4a137eaf4eb4421949e2e1dde9f11ec7bc07b88 +Subproject 3a83a4f4ed2302ff6e68ab569c88793b50c22d2 |