From 89a3ec3e2407daac2589a7f4c9734e9ee34a9f66 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Thu, 16 Apr 2020 13:26:42 +0700 Subject: [PATCH] [*] Updates --- CMakeLists.txt | 2 +- cellframe-sdk | 2 +- cellframe-sdk-python/libdap-crypto-python | 2 +- python-cellframe | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3bf4ecab..f665a1042 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 2) SET( CPACK_PACKAGE_VERSION_MINOR 14) -SET( CPACK_PACKAGE_VERSION_PATCH 5) +SET( CPACK_PACKAGE_VERSION_PATCH 6) # init CellFrame SDK add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"") diff --git a/cellframe-sdk b/cellframe-sdk index f94212973..f25dc8543 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit f94212973623702bff498780fc2d0426e595d5ec +Subproject commit f25dc85439c571a10f40195e3791896b513a473c diff --git a/cellframe-sdk-python/libdap-crypto-python b/cellframe-sdk-python/libdap-crypto-python index c8422b7ad..83f950f59 160000 --- a/cellframe-sdk-python/libdap-crypto-python +++ b/cellframe-sdk-python/libdap-crypto-python @@ -1 +1 @@ -Subproject commit c8422b7ad799f8d90de4b88a8e8774cfdef2770b +Subproject commit 83f950f59d3ba97bcac9f108e8fb93bd12bfcfb3 diff --git a/python-cellframe b/python-cellframe index dc9ef85c3..d234e400f 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit dc9ef85c33648a87a2f33b7d7d26c250036722d1 +Subproject commit d234e400f1029db23da4a8d82ad4bac90bfb59b6 -- GitLab