Bump to 0.57.1 and libxbps micro.

This commit is contained in:
Juan RP 2019-10-27 09:50:11 +01:00
parent b9b6f43300
commit 6886a73288
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Try and be like autotools configure, but without autotools # Try and be like autotools configure, but without autotools
VERSION=0.58 VERSION=0.57.1
# Ensure that we do not inherit these from env # Ensure that we do not inherit these from env
OS= OS=

View File

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