Skip to content

Commit 428be26

Browse files
committed
update version;
1 parent 305c196 commit 428be26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

README_cn.md

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

hsync_import_patch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C" {
1313
#endif
1414
#define HSYNC_VERSION_MAJOR 1
1515
#define HSYNC_VERSION_MINOR 1
16-
#define HSYNC_VERSION_RELEASE 1
16+
#define HSYNC_VERSION_RELEASE 2
1717

1818
#define _HSYNC_VERSION HSYNC_VERSION_MAJOR.HSYNC_VERSION_MINOR.HSYNC_VERSION_RELEASE
1919
#define _HSYNC_QUOTE(str) #str

0 commit comments

Comments
 (0)