Skip to content

Commit

Permalink
update version;
Browse files Browse the repository at this point in the history
  • Loading branch information
sisong committed Nov 8, 2023
1 parent 12556a5 commit 626d1fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [hsynz](https://github.com/sisong/hsynz)
[![release](https://img.shields.io/badge/release-v0.9.4-blue.svg)](https://github.com/sisong/hsynz/releases)
[![release](https://img.shields.io/badge/release-v1.0.0-blue.svg)](https://github.com/sisong/hsynz/releases)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sisong/hsynz/blob/main/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/sisong/hsynz/pulls)
[![+issue Welcome](https://img.shields.io/github/issues-raw/sisong/hsynz?color=green&label=%2Bissue%20welcome)](https://github.com/sisong/hsynz/issues)
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [hsynz](https://github.com/sisong/hsynz)
[![release](https://img.shields.io/badge/release-v0.9.4-blue.svg)](https://github.com/sisong/hsynz/releases)
[![release](https://img.shields.io/badge/release-v1.0.0-blue.svg)](https://github.com/sisong/hsynz/releases)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sisong/hsynz/blob/main/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/sisong/hsynz/pulls)
[![+issue Welcome](https://img.shields.io/github/issues-raw/sisong/hsynz?color=green&label=%2Bissue%20welcome)](https://github.com/sisong/hsynz/issues)
Expand Down
6 changes: 3 additions & 3 deletions hsync_import_patch.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#ifdef __cplusplus
extern "C" {
#endif
#define HSYNC_VERSION_MAJOR 0
#define HSYNC_VERSION_MINOR 9
#define HSYNC_VERSION_RELEASE 4
#define HSYNC_VERSION_MAJOR 1
#define HSYNC_VERSION_MINOR 0
#define HSYNC_VERSION_RELEASE 0

#define _HSYNC_VERSION HSYNC_VERSION_MAJOR.HSYNC_VERSION_MINOR.HSYNC_VERSION_RELEASE
#define _HSYNC_QUOTE(str) #str
Expand Down

0 comments on commit 626d1fa

Please sign in to comment.