diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-26 13:47:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-26 18:26:28 +0300 |
commit | 95fee14dfa5bd3896c510077af36ea371a9a2975 (patch) | |
tree | b1a85ba6ab458731e3aeba30efc645c7b2a50225 /build | |
parent | 9be7ac171fba73340e2974ff7ba55739a7ca81fb (diff) |
Merge with 1.5.4 upstream package version
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index e51f606..9b2bb1e 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -20,7 +20,12 @@ using install # # See also: http://kaniini.dereferenced.org/2015/07/20/pkgconf-0-9-12-and-future.html # -if ($version.major == 1 && $version.minor == 4) - release_num = 3 +# Note that the upstream project didn't increment the release number (3) for +# the 1.5 library version despite the ABI breaking changes. +# +# @@ Need to report this upstream. +# +if ($version.major == 1 && $version.minor == 5) + release_num = 4 else fail "increment the release number?" |