Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Isty001 committed Dec 11, 2020
1 parent 2239268 commit 1287312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1287312

Please sign in to comment.