Skip to content

Commit

Permalink
Fix worker version
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Dec 5, 2024
1 parent f24fc22 commit 18dc8fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion win_build/worker.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>
<Import Project="boinc.props" />
<PropertyGroup>
<TargetVersion>2</TargetVersion>
<TargetVersion>4</TargetVersion>
<TargetName>worker_$(TargetVersion)_windows_x86_64</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
Expand Down

0 comments on commit 18dc8fb

Please sign in to comment.