libpkgconf: increase API level to 10903

master
Ariadne Conill 2022-08-16 19:49:42 +00:00
parent 4c38d3f60c
commit 6a66b312b4
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 10902
#define LIBPKGCONF_VERSION_STR "1.9.2"
#define LIBPKGCONF_VERSION 10903
#define LIBPKGCONF_VERSION_STR "1.9.3"
struct pkgconf_fragment_ {
pkgconf_node_t iter;