From baf909caeb5cb9e22394679afbf470675c503db4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 6 Feb 2016 09:18:00 +0100 Subject: [PATCH] xbps.h: bump XBPS_APIVER due to xbps_handle::native_arch change. --- include/xbps.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbps.h.in b/include/xbps.h.in index 3c4af9d8..e55a1523 100644 --- a/include/xbps.h.in +++ b/include/xbps.h.in @@ -48,7 +48,7 @@ * * This header documents the full API for the XBPS Library. */ -#define XBPS_API_VERSION "20151030" +#define XBPS_API_VERSION "20160206" #ifndef XBPS_VERSION #define XBPS_VERSION "UNSET"