summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-11-02 12:11:04 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-11-02 12:11:04 (GMT)
commit7a863abfc2da21cf69fc2db2ad92e9f8e2c72004 (patch)
tree39eb82e5f1d1874e1efd9f748d856f489670678d /Makefile
parenta78db582d321446b5167de67eec8ba3239b14bbe (diff)
downloadlz4-7a863abfc2da21cf69fc2db2ad92e9f8e2c72004.zip
lz4-7a863abfc2da21cf69fc2db2ad92e9f8e2c72004.tar.gz
lz4-7a863abfc2da21cf69fc2db2ad92e9f8e2c72004.tar.bz2
lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB (thanks Roman Strashkin for reporting)
git-svn-id: https://lz4.googlecode.com/svn/trunk@108 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cca2a30..bacc702 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@
# fullbench32: Same as fullbench, but forced to compile in 32-bits mode
# ################################################################
-RELEASE=r107
+RELEASE=r108
DESTDIR=
PREFIX=${DESTDIR}/usr
BINDIR=$(PREFIX)/bin