From 606a9f053dca2d2545cbea29cdf724f845299fb3 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 3 Feb 2021 18:21:33 +0100 Subject: [PATCH] Update libsyncthing to v1.13.1 It seems that the tags v1.13.0 and v1.13.1 are identical, though. Both tags point to commit f6fac3e949c882771b4b02ce3f586dd09b7555da. --- CMakeLists.txt | 2 +- libsyncthing/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e6f054..6f02c07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(META_APP_CATEGORIES "Network;FileTransfer") set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 1) set(META_VERSION_MINOR 1) -set(META_VERSION_PATCH 2) +set(META_VERSION_PATCH 3) set(META_VERSION_EXACT_SONAME ON) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) diff --git a/libsyncthing/CMakeLists.txt b/libsyncthing/CMakeLists.txt index 1b62910..cdb1ae8 100644 --- a/libsyncthing/CMakeLists.txt +++ b/libsyncthing/CMakeLists.txt @@ -6,7 +6,7 @@ set(META_PROJECT_TYPE library) set(META_APP_NAME "Syncthing library") set(META_APP_DESCRIPTION "Syncthing itself, built as a shared or static library") set(META_PROJECT_VARNAME_UPPER LIB_SYNCTHING) -set(META_SYNCTHING_VERSION "v1.13.0") +set(META_SYNCTHING_VERSION "v1.13.1") # add project files set(HEADER_FILES interface.h)