We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733b148 commit ff9ac00Copy full SHA for ff9ac00
CHANGES.md
@@ -1,4 +1,8 @@
1
2
+v0.8
3
+- update versions: brotli v1.0.9
4
+- add LZFSE (https://github.com/lzfse/lzfse)
5
+
6
v0.7
7
- add snappy (c version)
8
- update versions: zstd 1.4.5, lz4 1.9.2
programs/main.c
@@ -81,7 +81,7 @@ static void panic(const char *msg)
81
82
static void version(void)
83
{
84
- printf("%s version %s, zstdmt v0.7\n"
+ printf("%s version %s, zstdmt v0.8\n"
85
"\nCopyright (c) 2016 - 2020 Tino Reichardt" "\n"
86
"\n", progname, VERSION);
87
exit(0);
0 commit comments