From 1e28bf7b28ce724153e41283fbf3967918c95390 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Tue, 5 May 2020 14:52:59 +0700 Subject: [PATCH] [*] Subs update --- .gitignore | 2 +- CMakeLists.txt | 2 +- cellframe-sdk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3fbe41657..e97c60912 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ test/build *.a *.la *.lo - +*.autosave # Shared objects (inc. Windows DLLs) *.dll *.so diff --git a/CMakeLists.txt b/CMakeLists.txt index c7f6c5d18..0c37cca12 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 2) -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 9deb515ff..05b5f294f 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 9deb515ffa13c853cc7933e0597cae95637605eb +Subproject commit 05b5f294f6d72d48c9bbbb586abc4ce49bfce715 -- GitLab