update libpkgconf version to 10905

Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
pull/249/head
Ariadne Conill 2023-05-02 12:09:55 -07:00
parent 83f412a1fd
commit 35b1a62314
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 10904
#define LIBPKGCONF_VERSION_STR "1.9.4"
#define LIBPKGCONF_VERSION 10905
#define LIBPKGCONF_VERSION_STR "1.9.5"
struct pkgconf_fragment_ {
pkgconf_node_t iter;