libpkgconf: revise API revision to 10902
ci/woodpecker/push/woodpecker Pipeline was successful Details

pull/243/head
Ariadne Conill 2022-08-08 09:59:50 +00:00
parent 7e9aa7e1fc
commit 69a3d458ef
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ typedef struct pkgconf_cross_personality_ pkgconf_cross_personality_t;
#define PKGCONF_FOREACH_LIST_ENTRY_REVERSE(tail, value) \
for ((value) = (tail); (value) != NULL; (value) = (value)->prev)
#define LIBPKGCONF_VERSION 10900
#define LIBPKGCONF_VERSION_STR "1.9.0"
#define LIBPKGCONF_VERSION 10902
#define LIBPKGCONF_VERSION_STR "1.9.2"
struct pkgconf_fragment_ {
pkgconf_node_t iter;