From d74ffbbd83b992cb144fb4617232c8e53686ff49 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Sat, 11 Apr 2020 20:52:36 +0700 Subject: [PATCH] [*] Subs update --- CMakeLists.txt | 2 +- libdap | 2 +- libdap-chain-crypto | 2 +- libdap-client | 2 +- libdap-crypto | 2 +- libdap-server | 2 +- libdap-server-core | 2 +- libdap-server-udp | 2 +- libdap-stream | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 905bef6321..f26926e122 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project(cellframe-sdk C) cmake_minimum_required(VERSION 2.8) set(CMAKE_C_STANDARD 11) -set(CELLFRAME_SDK_NATIVE_VERSION "1.0-1") +set(CELLFRAME_SDK_NATIVE_VERSION "1.0-2") add_definitions ("-DCELLFRAME_SDK_VERSION=\"${CELLFRAME_SDK_NATIVE_VERSION}\"") diff --git a/libdap b/libdap index be922eab95..1e2a856513 160000 --- a/libdap +++ b/libdap @@ -1 +1 @@ -Subproject commit be922eab952f614c2a47ea16163e3357234a6c42 +Subproject commit 1e2a856513089e62f17d827398c74ed9848b5a4d diff --git a/libdap-chain-crypto b/libdap-chain-crypto index 33e4a0cc3a..8adfc9ceb4 160000 --- a/libdap-chain-crypto +++ b/libdap-chain-crypto @@ -1 +1 @@ -Subproject commit 33e4a0cc3a616cda8b9b1ca49f0882136a5c3a2a +Subproject commit 8adfc9ceb403d4cf708717165c24cbd1c6a6d830 diff --git a/libdap-client b/libdap-client index 3a6fe433f0..e1e44eac7b 160000 --- a/libdap-client +++ b/libdap-client @@ -1 +1 @@ -Subproject commit 3a6fe433f0ef359a2eeec6b97e79c049734c403b +Subproject commit e1e44eac7b182425f3df380d116d0a4ee461ae41 diff --git a/libdap-crypto b/libdap-crypto index b7c399acc2..1d79ffc6a0 160000 --- a/libdap-crypto +++ b/libdap-crypto @@ -1 +1 @@ -Subproject commit b7c399acc2554a76fd98fd367ee096f9f8083d9b +Subproject commit 1d79ffc6a05da7b4d561509647ee00e66e4c537c diff --git a/libdap-server b/libdap-server index 7e971c9190..03c530cc60 160000 --- a/libdap-server +++ b/libdap-server @@ -1 +1 @@ -Subproject commit 7e971c9190a352b805bf8275e817003c1d34efd1 +Subproject commit 03c530cc6090306df31c2b6ca9db62ae20f26869 diff --git a/libdap-server-core b/libdap-server-core index a907c311b0..a7c704ee74 160000 --- a/libdap-server-core +++ b/libdap-server-core @@ -1 +1 @@ -Subproject commit a907c311b0e7df337b8885908e1da4b54d9ebe3b +Subproject commit a7c704ee74d0955e1ff03e5fa9cebb2d6a7f5be4 diff --git a/libdap-server-udp b/libdap-server-udp index 19bc41face..ada7448ce8 160000 --- a/libdap-server-udp +++ b/libdap-server-udp @@ -1 +1 @@ -Subproject commit 19bc41face4ac4798fcc39c72bd71b4e67723624 +Subproject commit ada7448ce8e6688101470f099bbef79e915e8d9d diff --git a/libdap-stream b/libdap-stream index 6cae80cbff..a4dda12273 160000 --- a/libdap-stream +++ b/libdap-stream @@ -1 +1 @@ -Subproject commit 6cae80cbff4d75188d2d992ae70ec49ee099c664 +Subproject commit a4dda122735ad7ff8523d1f53b5e22696fe93d32 -- GitLab