mirror of https://github.com/BOINC/boinc.git
Fix worker version
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
f24fc22020
commit
18dc8fba67
|
@ -17,7 +17,7 @@ AC_SUBST([WRAPPER_RELEASE])
|
||||||
VBOXWRAPPER_RELEASE=26209
|
VBOXWRAPPER_RELEASE=26209
|
||||||
AC_SUBST([VBOXWRAPPER_RELEASE])
|
AC_SUBST([VBOXWRAPPER_RELEASE])
|
||||||
|
|
||||||
WORKER_RELEASE=2
|
WORKER_RELEASE=4
|
||||||
AC_SUBST([WORKER_RELEASE])
|
AC_SUBST([WORKER_RELEASE])
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="boinc.props" />
|
<Import Project="boinc.props" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetVersion>2</TargetVersion>
|
<TargetVersion>4</TargetVersion>
|
||||||
<TargetName>worker_$(TargetVersion)_windows_x86_64</TargetName>
|
<TargetName>worker_$(TargetVersion)_windows_x86_64</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
|
|
Loading…
Reference in New Issue