Skip to content

Commit fc54efc

Browse files
committed
update version & libs;
1 parent 463027f commit fc54efc

File tree

7 files changed

+4
-7
lines changed

7 files changed

+4
-7
lines changed

HDiffPatch

Submodule HDiffPatch updated 51 files

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [ApkDiffPatch]
2-
[![release](https://img.shields.io/badge/release-v1.8.0-blue.svg)](https://github.com/sisong/ApkDiffPatch/releases)
2+
[![release](https://img.shields.io/badge/release-v1.8.1-blue.svg)](https://github.com/sisong/ApkDiffPatch/releases)
33
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sisong/ApkDiffPatch/blob/master/LICENSE)
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/sisong/ApkDiffPatch/pulls)
55
[![+issue Welcome](https://img.shields.io/github/issues-raw/sisong/ApkDiffPatch?color=green&label=%2Bissue%20welcome)](https://github.com/sisong/ApkDiffPatch/issues)

builds/vc/ApkNormalized.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
4444
<Keyword>ManagedCProj</Keyword>
4545
<RootNamespace>ApkNormalized</RootNamespace>
46-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
4746
</PropertyGroup>
4847
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4948
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

builds/vc/ZipDiff.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
6666
<Keyword>ManagedCProj</Keyword>
6767
<RootNamespace>ZipDiff</RootNamespace>
68-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
6968
</PropertyGroup>
7069
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
7170
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

builds/vc/ZipPatch.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
4949
<Keyword>ManagedCProj</Keyword>
5050
<RootNamespace>ZipPatch</RootNamespace>
51-
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
5251
</PropertyGroup>
5352
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
5453
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

lzma

Submodule lzma updated 74 files

src/patch/patch_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#define APKDIFFPATCH_VERSION_MAJOR 1
3535
#define APKDIFFPATCH_VERSION_MINOR 8
36-
#define APKDIFFPATCH_VERSION_RELEASE 0
36+
#define APKDIFFPATCH_VERSION_RELEASE 1
3737

3838
#define _APKDIFFPATCH_VERSION APKDIFFPATCH_VERSION_MAJOR.APKDIFFPATCH_VERSION_MINOR.APKDIFFPATCH_VERSION_RELEASE
3939
#define _APKDIFFPATCH_QUOTE(str) #str

0 commit comments

Comments
 (0)