Skip to content

Commit

Permalink
update version;
Browse files Browse the repository at this point in the history
  • Loading branch information
housisong committed Dec 9, 2023
1 parent d02f936 commit e4903df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [ApkDiffPatch]
[![release](https://img.shields.io/badge/release-v1.6.3-blue.svg)](https://github.com/sisong/ApkDiffPatch/releases)
[![release](https://img.shields.io/badge/release-v1.7.0-blue.svg)](https://github.com/sisong/ApkDiffPatch/releases)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sisong/ApkDiffPatch/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/sisong/ApkDiffPatch/pulls)
[![+issue Welcome](https://img.shields.io/github/issues-raw/sisong/ApkDiffPatch?color=green&label=%2Bissue%20welcome)](https://github.com/sisong/ApkDiffPatch/issues)
Expand Down
4 changes: 2 additions & 2 deletions src/patch/patch_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#include <stdint.h> //uint32_t uint16_t

#define APKDIFFPATCH_VERSION_MAJOR 1
#define APKDIFFPATCH_VERSION_MINOR 6
#define APKDIFFPATCH_VERSION_RELEASE 3
#define APKDIFFPATCH_VERSION_MINOR 7
#define APKDIFFPATCH_VERSION_RELEASE 0

#define _APKDIFFPATCH_VERSION APKDIFFPATCH_VERSION_MAJOR.APKDIFFPATCH_VERSION_MINOR.APKDIFFPATCH_VERSION_RELEASE
#define _APKDIFFPATCH_QUOTE(str) #str
Expand Down

0 comments on commit e4903df

Please sign in to comment.