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-12-03 15:50:46 (GMT)
committeryann.collet.73@gmail.com <yann.collet.73@gmail.com@650e7d94-2a16-8b24-b05c-7c0b3f6821cd>2013-12-03 15:50:46 (GMT)
commit8ac549f10a3bb36575621f7d969bde22a8aa7de1 (patch)
treeb0c94420464d5244c3c583d1b646602c598cf56a /Makefile
parent7a863abfc2da21cf69fc2db2ad92e9f8e2c72004 (diff)
downloadlz4-8ac549f10a3bb36575621f7d969bde22a8aa7de1.zip
lz4-8ac549f10a3bb36575621f7d969bde22a8aa7de1.tar.gz
lz4-8ac549f10a3bb36575621f7d969bde22a8aa7de1.tar.bz2
lz4.c : corrected issue 98 within LZ4_compress_limitedOutput()
Makefile : can specify version number git-svn-id: https://lz4.googlecode.com/svn/trunk@109 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bacc702..b630038 100644
--- a/Makefile
+++ b/Makefile
@@ -30,14 +30,14 @@
# fullbench32: Same as fullbench, but forced to compile in 32-bits mode
# ################################################################
-RELEASE=r108
+RELEASE=r109
DESTDIR=
PREFIX=${DESTDIR}/usr
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/share/man/man1
DISTRIBNAME=lz4-$(RELEASE).tar.gz
CC=gcc
-CFLAGS=-I. -std=c99 -Wall -W -Wundef
+CFLAGS=-I. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"v1.0.9\"
# Define *.exe as extension for Windows systems
# ifeq ($(OS),Windows_NT)