Skip to content

Commit 768c7ee

Browse files
committed
update version;
1 parent 305c196 commit 768c7ee

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-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

hsync_make.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
# define _CompressPlugin_zstd
6161
#endif
6262

63+
#ifdef _CompressPlugin_ldef
64+
# define _IS_USED_LIBDEFLATE_CRC32 1
65+
#endif
66+
6367
#include "dict_compress_plugin_demo.h"
6468
#include "hsynz_plugin_gzip.h"
6569

0 commit comments

Comments
 (0)