File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# [ 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 )
3
3
[ ![ license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/sisong/ApkDiffPatch/blob/master/LICENSE )
4
4
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-blue.svg )] ( https://github.com/sisong/ApkDiffPatch/pulls )
5
5
[ ![ +issue Welcome] ( https://img.shields.io/github/issues-raw/sisong/ApkDiffPatch?color=green&label=%2Bissue%20welcome )] ( https://github.com/sisong/ApkDiffPatch/issues )
Original file line number Diff line number Diff line change 32
32
#include <stdint.h> //uint32_t uint16_t
33
33
34
34
#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
37
37
38
38
#define _APKDIFFPATCH_VERSION APKDIFFPATCH_VERSION_MAJOR.APKDIFFPATCH_VERSION_MINOR.APKDIFFPATCH_VERSION_RELEASE
39
39
#define _APKDIFFPATCH_QUOTE (str ) #str
You can’t perform that action at this time.
0 commit comments