From 044ded722887357e4c9fff845e87c6db7e08f736 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Jun 2020 11:42:25 +0300 Subject: Upgrade to 1.7.3 --- libpkgconf/build/bootstrap.build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libpkgconf/build/bootstrap.build') diff --git a/libpkgconf/build/bootstrap.build b/libpkgconf/build/bootstrap.build index 6599b62..aedf2a6 100644 --- a/libpkgconf/build/bootstrap.build +++ b/libpkgconf/build/bootstrap.build @@ -15,15 +15,16 @@ using dist # 2 to 3 (libpkgconf.so.2.0.0 -> libpkgconf.so.3.0.0). This probably means # that the first two release version components constitute a major version, # and the release number increments each time this version changes. So we just -# need to watch their Makefile.am for any changes. +# need to watch their Makefile.am for any changes of the libpkgconf_la_LDFLAGS +# variable value. # # See also: http://kaniini.dereferenced.org/2015/07/20/pkgconf-0-9-12-and-future.html # # Note that the upstream project didn't increment the release number (3) for # the 1.5 library version despite the ABI-breaking changes (issue #15 is -# reported). +# reported), so we increment it ourselves. # -if ($version.major == 1 && $version.minor == 6) +if ($version.major == 1 && $version.minor == 7) release_num = 4 else fail "increment the release number?" -- cgit v1.1