From 1287312f92c41a56323a3e3d6b69898cd442a4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkasv=C3=B6lgyi?= Date: Fri, 11 Dec 2020 21:50:13 +0100 Subject: [PATCH] release 0.2.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81d5ddc..6f3fad7 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ SRCS = src/list.c \ OBJS = $(SRCS:.c=.o) MAJOR_VERSION = 0 -MINOR_VERSION = 1 +MINOR_VERSION = 2 PATCH_VERSION = 0 all: build/liblist.a build/liblist.so.$(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)