We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3644282 commit 1654a50Copy full SHA for 1654a50
1 file changed
lib/Makefile
@@ -2,9 +2,9 @@
2
3
RANLIB ?= ranlib
4
5
-LIBXBPS_MAJOR = 5
+LIBXBPS_MAJOR = 6
6
LIBXBPS_MINOR = 0
7
-LIBXBPS_MICRO = 1
+LIBXBPS_MICRO = 0
8
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)
9
LDFLAGS += $(LIBXBPS_LDFLAGS) -shared -Wl,-soname,libxbps.so.$(LIBXBPS_MAJOR)
10
0 commit comments