Bump XBPS_API_VERSION and libxbps major soname.

- struct xbps_handle was modified.
- xbps_pkg_is_ignored() was added to the API.

Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
Juan RP
2019-06-14 09:54:51 +02:00
parent a59d5176b1
commit 04291329aa
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
-include ../config.mk
LIBXBPS_MAJOR = 3
LIBXBPS_MAJOR = 4
LIBXBPS_MINOR = 0
LIBXBPS_MICRO = 0
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)