libpkgconf 1.8.1

stable/1.8.x
Ariadne Conill 2023-01-22 10:01:42 +00:00
parent 81e1785db2
commit 66046df940
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,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 10700
#define LIBPKGCONF_VERSION_STR "1.7.0"
#define LIBPKGCONF_VERSION 10801
#define LIBPKGCONF_VERSION_STR "1.8.1"
struct pkgconf_fragment_ {
pkgconf_node_t iter;