diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c8beda..a82e458 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(META_APP_CATEGORIES "Network;FileTransfer") set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 0) set(META_VERSION_MINOR 10) -set(META_VERSION_PATCH 0) +set(META_VERSION_PATCH 1) 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 92312b4..9527a7f 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.2.1-edf2399") +set(META_SYNCTHING_VERSION "v1.2.2") # add project files set(HEADER_FILES interface.h) diff --git a/libsyncthing/go/src/github.com/syncthing/syncthing b/libsyncthing/go/src/github.com/syncthing/syncthing index cad93af..935971e 160000 --- a/libsyncthing/go/src/github.com/syncthing/syncthing +++ b/libsyncthing/go/src/github.com/syncthing/syncthing @@ -1 +1 @@ -Subproject commit cad93afed71ad80123788c88fa9862f14533ca8f +Subproject commit 935971eaa2c5704d1e4f9beb7240173d38c51cc1