summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-09-09 11:47:55 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-09-09 11:47:55 (GMT)
commita12ed25c1c367a206edf3e828ad3e1c64e786f75 (patch)
tree849a4fc2077456d5f1034d76631a5c771ae91e5e
parent3e65c1e0c620df19e8779b8c56dda769a320650f (diff)
downloadlz4-a12ed25c1c367a206edf3e828ad3e1c64e786f75.zip
lz4-a12ed25c1c367a206edf3e828ad3e1c64e786f75.tar.gz
lz4-a12ed25c1c367a206edf3e828ad3e1c64e786f75.tar.bz2
quickfix : removed #include "lz4stream.h" from lz4cli.c
git-svn-id: https://lz4.googlecode.com/svn/trunk@104 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
-rw-r--r--lz4cli.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lz4cli.c b/lz4cli.c
index faa1764..00ea2f6 100644
--- a/lz4cli.c
+++ b/lz4cli.c
@@ -61,7 +61,6 @@
#include <time.h> // clock
#include "lz4.h"
#include "lz4hc.h"
-#include "lz4stream.h"
#include "bench.h"
#include "xxhash.h"
@@ -104,7 +103,7 @@
// Constants
//****************************
#define COMPRESSOR_NAME "LZ4 Compression CLI"
-#define COMPRESSOR_VERSION "1.0.3"
+#define COMPRESSOR_VERSION "1.0.4"
#define COMPILED __DATE__
#define AUTHOR "Yann Collet"
#define EXTENSION ".lz4"