From: Elan Ruusamäe Date: Tue, 20 Nov 2018 09:56:44 +0000 (+0200) Subject: version 2.10.0 X-Git-Tag: setup-2.10.0 X-Git-Url: https://git.pld-linux.org/?p=projects%2Fsetup.git;a=commitdiff_plain;h=c2270ab060eec5f143a9a289098dd728c05377ca version 2.10.0 --- diff --git a/Makefile b/Makefile index 9257a73..98e0af8 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.9.0 +VERSION = 2.10.0 CC = gcc OPT_FLAGS = -Wformat -Werror=format-security -fvar-tracking-assignments -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector -O2 -g2 -Wall