From 18dc8fba6727145584013dbf62e43d7901d87b8f Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Thu, 5 Dec 2024 11:29:19 +0100 Subject: [PATCH] Fix worker version Signed-off-by: Vitalii Koshura --- configure.ac | 2 +- win_build/worker.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b089126c91..a057170f59 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_SUBST([WRAPPER_RELEASE]) VBOXWRAPPER_RELEASE=26209 AC_SUBST([VBOXWRAPPER_RELEASE]) -WORKER_RELEASE=2 +WORKER_RELEASE=4 AC_SUBST([WORKER_RELEASE]) AC_CANONICAL_TARGET diff --git a/win_build/worker.vcxproj b/win_build/worker.vcxproj index 3e74341af4..6f1ab90582 100644 --- a/win_build/worker.vcxproj +++ b/win_build/worker.vcxproj @@ -11,7 +11,7 @@ - 2 + 4 worker_$(TargetVersion)_windows_x86_64