forked from ariadne/pkgconf
update libpkgconf version to 10905
Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>master
parent
83f412a1fd
commit
35b1a62314
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue