From a6699be973ce44dcc946b2d9ba91b80e429778f7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 13 Aug 2014 21:39:39 +0200 Subject: [PATCH] xbps.h: bump XBPS_API_VERSION. --- 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 57d0533f..5e7fb31c 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 "20140801" +#define XBPS_API_VERSION "20140812" #ifndef XBPS_VERSION #define XBPS_VERSION "UNSET"