From b9b315b2e26ef20a3b4e3fda537ade3add2424c1 Mon Sep 17 00:00:00 2001 From: Roman Khlopkov <roman.khlopkov@demlabs.net> Date: Thu, 28 May 2020 10:53:54 +0300 Subject: [PATCH] [*] Ledger sum per token corrected --- CMakeLists.txt | 2 +- cellframe-sdk | 2 +- python-cellframe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 688144612..873bb3be2 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 3) -SET( CPACK_PACKAGE_VERSION_PATCH 8) +SET( CPACK_PACKAGE_VERSION_PATCH 9) # init CellFrame SDK add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"") diff --git a/cellframe-sdk b/cellframe-sdk index 6f94f7b4e..b6ec5d920 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 6f94f7b4ea9506f30c49692757d89c8b9719b41e +Subproject commit b6ec5d920be946759f94e5aa12aa2dade036979c diff --git a/python-cellframe b/python-cellframe index ce2cc96fe..fbb50e65f 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit ce2cc96fe1b6405dada650bb0a992d58ee305a5e +Subproject commit fbb50e65fec326cd6ea2b47ebebbe5aad8feba39 -- GitLab