From 807f5fe9f68cc9e57bfcc8ce523038f038ff9748 Mon Sep 17 00:00:00 2001 From: Roman Khlopkov <roman.khlopkov@demlabs.net> Date: Mon, 22 Jun 2020 10:53:08 +0300 Subject: [PATCH] [*] Infinite synchronization fixed --- CMakeLists.txt | 2 +- cellframe-sdk | 2 +- python-cellframe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 124af7557..9053a728d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11) SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_VERSION_MAJOR 3) SET( CPACK_PACKAGE_VERSION_MINOR 5) -SET( CPACK_PACKAGE_VERSION_PATCH 0) +SET( CPACK_PACKAGE_VERSION_PATCH 1) # init CellFrame SDK add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"") diff --git a/cellframe-sdk b/cellframe-sdk index 0ae564864..f7f554e8e 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 0ae564864f1ba25c5501f05d1f290be16f55b7f0 +Subproject commit f7f554e8eec82cdf674050f5a3943c7d3f43af83 diff --git a/python-cellframe b/python-cellframe index 7844eb44d..25aadc5c6 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit 7844eb44dc4dd714aac10d2730db327a714e4f33 +Subproject commit 25aadc5c656a3ab8d762f1989916e39ba9d2551b -- GitLab