diff --git a/CHANGES.md b/CHANGES.md index e4ac0b1..131d4d9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/programs/main.c b/programs/main.c index 60b85fd..bdf2421 100644 --- a/programs/main.c +++ b/programs/main.c @@ -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);