1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

minor bt improvements

This commit is contained in:
Yann Collet
2015-11-07 01:13:31 +01:00
parent a81d9ac42d
commit f48e35c206
7 changed files with 43 additions and 20 deletions

View File

@ -30,7 +30,7 @@
# fullbench32: Same as fullbench, but forced to compile in 32-bits mode
# ##########################################################################
VERSION?= 0.3.4
VERSION?= 0.3.5
DESTDIR?=
PREFIX ?= /usr/local

View File

@ -70,7 +70,7 @@
**************************************/
#define COMPRESSOR_NAME "zstd command line interface"
#ifndef ZSTD_VERSION
# define ZSTD_VERSION "v0.3.4"
# define ZSTD_VERSION "v0.3.5"
#endif
#define AUTHOR "Yann Collet"
#define WELCOME_MESSAGE "*** %s %i-bits %s, by %s (%s) ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8), ZSTD_VERSION, AUTHOR, __DATE__