From 87d43402624b58e1ae371a02ca8ab6fd54e4fa7f Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Fri, 27 May 2022 23:43:06 +0700 Subject: [PATCH] [*] Up version node to 5.1-135. Updated python-cellframe: Renamed DapChainCsDagEvent_DapChainCsDagEventType to DapChainCsDagEventType. Added the fromAtom function to the ChainCsDagEvent object. --- CMakeLists.txt | 2 +- python-cellframe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cdec5eb4..8c8ad09c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_C_STANDARD 11) SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_VERSION_MAJOR 5) SET( CPACK_PACKAGE_VERSION_MINOR 1) -SET( CPACK_PACKAGE_VERSION_PATCH 134) +SET( CPACK_PACKAGE_VERSION_PATCH 135) if (CMAKE_TARGET_ARCH MATCHES arm) SET( CPACK_PACKAGE_ARCHITECTURE "${CMAKE_TARGET_ARCH}") diff --git a/python-cellframe b/python-cellframe index bdc1360c5..23d23475d 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit bdc1360c5a328951977129058837635da4c96116 +Subproject commit 23d23475dd1e841d5e6c371699eafba2bf21520e -- GitLab