summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-07-05 11:50:05 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-07-05 11:50:05 (GMT)
commitfd51d0567b640541e5d4290488bf4ed02c6d6990 (patch)
treee4004c556de68acba2ff68380e26939e06cf86fb /programs/Makefile
parentbdb5bcefff1c09592e2a85e38eac8e9c493ecef9 (diff)
downloadlz4-fd51d0567b640541e5d4290488bf4ed02c6d6990.zip
lz4-fd51d0567b640541e5d4290488bf4ed02c6d6990.tar.gz
lz4-fd51d0567b640541e5d4290488bf4ed02c6d6990.tar.bz2
updated fuzzer, faster and cleaner overflow tests
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 a3e01a4..3d7aadf 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -30,7 +30,7 @@
# fullbench32: Same as fullbench, but forced to compile in 32-bits mode
# ################################################################
-RELEASE=r119
+RELEASE=rc120
DESTDIR=
PREFIX=/usr
CC:=$(CC)