diff --git a/configure b/configure index b95e6b1c..49cd0fe4 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #!/bin/sh # 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 OS= diff --git a/lib/Makefile b/lib/Makefile index e29ce01e..c1a7bf40 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -4,7 +4,7 @@ RANLIB ?= ranlib LIBXBPS_MAJOR = 4 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)