File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ AC_SUBST([VBOXWRAPPER_RELEASE])
3838WORKER_RELEASE=6
3939AC_SUBST ( [ WORKER_RELEASE] )
4040
41- DOCKERWRAPPER_RELEASE=15
41+ DOCKERWRAPPER_RELEASE=16
4242AC_SUBST ( [ DOCKERWRAPPER_RELEASE] )
4343
4444MULTITHREAD_RELEASE=2
Original file line number Diff line number Diff line change 3030#define WORKER_RELEASE 6
3131
3232// dockerwrapper version number
33- #define DOCKERWRAPPER_RELEASE 15
33+ #define DOCKERWRAPPER_RELEASE 16
3434
3535// multi_thread version number
3636#define MULTITHREAD_RELEASE 2
Original file line number Diff line number Diff line change 1212 <PropertyGroup >
1313 <PlatformSuffix Condition =" '$(Platform)'=='x64'" >x86_64</PlatformSuffix >
1414 <PlatformSuffix Condition =" '$(Platform)'=='ARM64'" >ARM64</PlatformSuffix >
15- <TargetVersion >15 </TargetVersion >
15+ <TargetVersion >16 </TargetVersion >
1616 <TargetName >$(ProjectName)_$(TargetVersion)_windows_$(PlatformSuffix)</TargetName >
1717 </PropertyGroup >
1818 <ItemDefinitionGroup >
Original file line number Diff line number Diff line change 1212 <PropertyGroup >
1313 <PlatformSuffix Condition =" '$(Platform)'=='x64'" >x86_64</PlatformSuffix >
1414 <PlatformSuffix Condition =" '$(Platform)'=='ARM64'" >ARM64</PlatformSuffix >
15- <TargetVersion >4 </TargetVersion >
15+ <TargetVersion >5 </TargetVersion >
1616 <TargetName >$(ProjectName)_$(TargetVersion)_windows_$(PlatformSuffix)</TargetName >
1717 </PropertyGroup >
1818 <ItemDefinitionGroup >
You can’t perform that action at this time.
0 commit comments