From 7e556867f2f0352d57ca0bee9f9215dc45525ced Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Mon, 24 Aug 2020 23:30:00 +0700 Subject: [PATCH] [!] Massive update. New _mt interfaces, lot of fixes inside --- .gitmodules | 4 ++-- CMakeLists.txt | 2 +- cellframe-sdk | 2 +- python-cellframe | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index dcac5fba3..f8507c570 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,8 +5,8 @@ [submodule "python-cellframe"] path = python-cellframe url = ../python-cellframe.git - branch = master + branch = testing [submodule "cellframe-sdk"] path = cellframe-sdk url = ../cellframe-sdk.git - branch = master + branch = testing diff --git a/CMakeLists.txt b/CMakeLists.txt index fd44054de..43587f36b 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 4) SET( CPACK_PACKAGE_VERSION_MINOR 0) -SET( CPACK_PACKAGE_VERSION_PATCH 1) +SET( CPACK_PACKAGE_VERSION_PATCH 2) # init CellFrame SDK add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"") diff --git a/cellframe-sdk b/cellframe-sdk index a85fd1171..5400e94c8 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit a85fd11715d9260b06e8581dc57f146fbf44c1b3 +Subproject commit 5400e94c8dcd78bafe2b312b159648a22adb93a6 diff --git a/python-cellframe b/python-cellframe index 5da465b08..8409f9404 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit 5da465b0831ece53fa64900f8069d60e93a1de98 +Subproject commit 8409f94041028ab58b859b112894d9f37bcb9682 -- GitLab