From 83450708848e11a30dbde329f9f4b3524d3390bb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 30 Nov 2012 07:18:46 +0100 Subject: [PATCH] Bump libxbps soname major version. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 62b1323e..907f6f80 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ -include ../config.mk -LIBXBPS_MAJOR = 0 +LIBXBPS_MAJOR = 1 LIBXBPS_MINOR = 0 LIBXBPS_MICRO = 0 LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)