lib/Makefile: bump LIBXBPS_MICRO.

This commit is contained in:
Juan RP 2020-04-14 20:11:39 +02:00
parent 70efe5c63a
commit 4990a2dd91

View File

@ -4,7 +4,7 @@ RANLIB ?= ranlib
LIBXBPS_MAJOR = 5
LIBXBPS_MINOR = 0
LIBXBPS_MICRO = 0
LIBXBPS_MICRO = 1
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)
LDFLAGS += $(LIBXBPS_LDFLAGS) -shared -Wl,-soname,libxbps.so.$(LIBXBPS_MAJOR)