From 5d76aee2ea64d693f26685529acb7d10b5f88957 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Tue, 27 Oct 2020 19:14:48 +0700 Subject: [PATCH] [*] New vers --- CMakeLists.txt | 2 +- python-cellframe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1ed305c6..b6fc7b22d 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 1) -SET( CPACK_PACKAGE_VERSION_PATCH 19) +SET( CPACK_PACKAGE_VERSION_PATCH 20) # init CellFrame SDK add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"") diff --git a/python-cellframe b/python-cellframe index b3cd47d24..db0500399 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit b3cd47d24aa0b1022cc6975cdece3a0534b8fabe +Subproject commit db050039980452d37f52c79081368114e507b943 -- GitLab