File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# [ 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 )
3
3
[ ![ license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/sisong/hsynz/blob/main/LICENSE )
4
4
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-blue.svg )] ( https://github.com/sisong/hsynz/pulls )
5
5
[ ![ +issue Welcome] ( https://img.shields.io/github/issues-raw/sisong/hsynz?color=green&label=%2Bissue%20welcome )] ( https://github.com/sisong/hsynz/issues )
Original file line number Diff line number Diff line change 1
1
# [ 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 )
3
3
[ ![ license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/sisong/hsynz/blob/main/LICENSE )
4
4
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-blue.svg )] ( https://github.com/sisong/hsynz/pulls )
5
5
[ ![ +issue Welcome] ( https://img.shields.io/github/issues-raw/sisong/hsynz?color=green&label=%2Bissue%20welcome )] ( https://github.com/sisong/hsynz/issues )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ extern "C" {
13
13
#endif
14
14
#define HSYNC_VERSION_MAJOR 1
15
15
#define HSYNC_VERSION_MINOR 1
16
- #define HSYNC_VERSION_RELEASE 1
16
+ #define HSYNC_VERSION_RELEASE 2
17
17
18
18
#define _HSYNC_VERSION HSYNC_VERSION_MAJOR.HSYNC_VERSION_MINOR.HSYNC_VERSION_RELEASE
19
19
#define _HSYNC_QUOTE (str ) #str
Original file line number Diff line number Diff line change 60
60
# define _CompressPlugin_zstd
61
61
#endif
62
62
63
+ #ifdef _CompressPlugin_ldef
64
+ # define _IS_USED_LIBDEFLATE_CRC32 1
65
+ #endif
66
+
63
67
#include " dict_compress_plugin_demo.h"
64
68
#include " hsynz_plugin_gzip.h"
65
69
You can’t perform that action at this time.
0 commit comments