From b154d84330ad619d9a50ff7b6dd6d4e34277b9d4 Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 14 May 2024 12:33:22 +0200 Subject: [PATCH 1/2] ui update --- src/gui/qt-daemon/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt-daemon/layout b/src/gui/qt-daemon/layout index ca4115ef..996579f8 160000 --- a/src/gui/qt-daemon/layout +++ b/src/gui/qt-daemon/layout @@ -1 +1 @@ -Subproject commit ca4115ef33f5758b9e3b62e98a41b11a8323a987 +Subproject commit 996579f83a182c9ca393ebd8f3cd9c986fb2c3d5 From 4c2ac483378ce3bae1a788390f30f538548a987c Mon Sep 17 00:00:00 2001 From: zano build machine Date: Tue, 14 May 2024 13:34:09 +0300 Subject: [PATCH 2/2] === build number: 315 -> 316 === --- src/version.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h.in b/src/version.h.in index c4a4b006..a0c062b3 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -8,6 +8,6 @@ #define PROJECT_REVISION "0" #define PROJECT_VERSION PROJECT_MAJOR_VERSION "." PROJECT_MINOR_VERSION "." PROJECT_REVISION -#define PROJECT_VERSION_BUILD_NO 315 +#define PROJECT_VERSION_BUILD_NO 316 #define PROJECT_VERSION_BUILD_NO_STR STRINGIFY_EXPAND(PROJECT_VERSION_BUILD_NO) #define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO_STR "[" BUILD_COMMIT_ID "]"