summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-06-14 15:56:24 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-06-14 15:56:24 (GMT)
commit2f0a717a35abbc2117c446272c4c96b892e991fc (patch)
tree9c2d87eb9e119933e358ab83ae29a7bfa1d0b153 /programs/Makefile
parent8ee9e6d04e7640b5c1a9bcbee48553a883b02353 (diff)
downloadlz4-2f0a717a35abbc2117c446272c4c96b892e991fc.zip
lz4-2f0a717a35abbc2117c446272c4c96b892e991fc.tar.gz
lz4-2f0a717a35abbc2117c446272c4c96b892e991fc.tar.bz2
LZ4 Streaming : check overlapping input/dictionary
Diffstat (limited to 'programs/Makefile')
-rw-r--r--programs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/Makefile b/programs/Makefile
index 811dda2..6ec2788 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -30,7 +30,7 @@
# fullbench32: Same as fullbench, but forced to compile in 32-bits mode
# ################################################################
-RELEASE=rc118
+RELEASE=r118
DESTDIR=
PREFIX=/usr
CC:=$(CC)