Skip to content

Commit da3e358

Browse files
committed
update version;
1 parent 04d1fa9 commit da3e358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [ApkDiffPatch]
2-
[![release](https://img.shields.io/badge/release-v1.7.2-blue.svg)](https://github.com/sisong/ApkDiffPatch/releases)
2+
[![release](https://img.shields.io/badge/release-v1.8.0-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)

src/patch/patch_types.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#include <stdint.h> //uint32_t uint16_t
3333

3434
#define APKDIFFPATCH_VERSION_MAJOR 1
35-
#define APKDIFFPATCH_VERSION_MINOR 7
36-
#define APKDIFFPATCH_VERSION_RELEASE 2
35+
#define APKDIFFPATCH_VERSION_MINOR 8
36+
#define APKDIFFPATCH_VERSION_RELEASE 0
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)