Skip to content

Commit

Permalink
Update version of zstdmt to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Oct 16, 2020
1 parent 733b148 commit ff9ac00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

v0.8
- update versions: brotli v1.0.9
- add LZFSE (https://github.com/lzfse/lzfse)

v0.7
- add snappy (c version)
- update versions: zstd 1.4.5, lz4 1.9.2
Expand Down
2 changes: 1 addition & 1 deletion programs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static void panic(const char *msg)

static void version(void)
{
printf("%s version %s, zstdmt v0.7\n"
printf("%s version %s, zstdmt v0.8\n"
"\nCopyright (c) 2016 - 2020 Tino Reichardt" "\n"
"\n", progname, VERSION);
exit(0);
Expand Down

0 comments on commit ff9ac00

Please sign in to comment.