From 1e04fca69e2be0f112690a7244975c90c576d7b2 Mon Sep 17 00:00:00 2001 From: Roman Khlopkov <roman.khlopkov@demlabs.net> Date: Mon, 3 Jul 2023 15:53:52 +0300 Subject: [PATCH] [*] Deadlock fix with atom add; [*] Fix deleagate TX search; [*] Fix math in OUT_EXT wrapper --- cellframe-sdk | 2 +- python-cellframe | 2 +- version.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cellframe-sdk b/cellframe-sdk index d57fecc76..19e0266d6 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit d57fecc76f3aecb5b7a61f53bdfbc1855124ea77 +Subproject commit 19e0266d6c470095a839bec0bd9eac7e0c0a7ba4 diff --git a/python-cellframe b/python-cellframe index a270592fb..3725d7848 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit a270592fb69b3b21843fd964b2ef7812d312dd53 +Subproject commit 3725d7848843b77ccca37599e04d05aaa435d22e diff --git a/version.mk b/version.mk index 6aaca4872..062938701 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ VERSION_MAJOR=5 VERSION_MINOR=2 -VERSION_PATCH=187 +VERSION_PATCH=188 -- GitLab