diff --git a/README.md b/README.md index 86ab2aa..5c13a22 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_cn.md b/README_cn.md index ad83967..445a309 100644 --- a/README_cn.md +++ b/README_cn.md @@ -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) diff --git a/hsync_import_patch.h b/hsync_import_patch.h index 3d1bca6..14b2538 100644 --- a/hsync_import_patch.h +++ b/hsync_import_patch.h @@ -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