From 2abe23c5e6b143dc8d49e5d7ba25f9067e65d0e5 Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 14 May 2024 11:35:55 +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 9c565831..ca4115ef 160000 --- a/src/gui/qt-daemon/layout +++ b/src/gui/qt-daemon/layout @@ -1 +1 @@ -Subproject commit 9c56583146172cf911e1877e8ce04f7f62001312 +Subproject commit ca4115ef33f5758b9e3b62e98a41b11a8323a987 From 01a8fdda68d70a57138e907bee3c4110e13d987a Mon Sep 17 00:00:00 2001 From: zano build machine Date: Tue, 14 May 2024 12:36:49 +0300 Subject: [PATCH 2/2] === build number: 314 -> 315 === --- 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 d790e049..c4a4b006 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 314 +#define PROJECT_VERSION_BUILD_NO 315 #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 "]"