From 38bf84df6b5df807c3951855b3708c6017f10462 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 18 Feb 2020 07:29:22 -0800 Subject: [PATCH] update version in makefile was using the old version from dirutils --- libiniparser/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libiniparser/Makefile.in b/libiniparser/Makefile.in index 58be104..08b84c8 100644 --- a/libiniparser/Makefile.in +++ b/libiniparser/Makefile.in @@ -1,4 +1,4 @@ -VERSION := 1.1.1 +VERSION := 1.0.0 TARGET := libiniparser.a OBJS := iniparser.o HEADERS := kst