Skip to content

Commit 73fff08

Browse files
committed
update version;
1 parent 3971b95 commit 73fff08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

libHDiffPatch/HPatch/patch_types.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extern "C" {
3838

3939
#define HDIFFPATCH_VERSION_MAJOR 4
4040
#define HDIFFPATCH_VERSION_MINOR 6
41-
#define HDIFFPATCH_VERSION_RELEASE 3
41+
#define HDIFFPATCH_VERSION_RELEASE 4
4242

4343
#define _HDIFFPATCH_VERSION HDIFFPATCH_VERSION_MAJOR.HDIFFPATCH_VERSION_MINOR.HDIFFPATCH_VERSION_RELEASE
4444
#define _HDIFFPATCH_QUOTE(str) #str

0 commit comments

Comments
 (0)