Skip to content

Commit ff9ac00

Browse files
committed
Update version of zstdmt to 0.8
1 parent 733b148 commit ff9ac00

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
v0.8
3+
- update versions: brotli v1.0.9
4+
- add LZFSE (https://github.com/lzfse/lzfse)
5+
26
v0.7
37
- add snappy (c version)
48
- update versions: zstd 1.4.5, lz4 1.9.2

programs/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static void panic(const char *msg)
8181

8282
static void version(void)
8383
{
84-
printf("%s version %s, zstdmt v0.7\n"
84+
printf("%s version %s, zstdmt v0.8\n"
8585
"\nCopyright (c) 2016 - 2020 Tino Reichardt" "\n"
8686
"\n", progname, VERSION);
8787
exit(0);

0 commit comments

Comments
 (0)