From e835525ad082968007b8fb009200c6b148ab1ae2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 31 May 2013 18:59:59 +0000 Subject: [PATCH] Up to 2.8.5 Changed files: Makefile -> 1.39 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14e1890..ac8ec9a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Very basic and very simple Makefile. Maybe it would be nice to make it # in ac/am.... but I'm too lazy ;) # -VERSION = 2.8.4 +VERSION = 2.8.5 CC = gcc OPT_FLAGS = -Wformat -Werror=format-security -fvar-tracking-assignments -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector -O2 -g2 -Wall -- 2.44.0