diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-30 19:41:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-30 19:41:21 +0300 |
commit | 558938e56ef972caba8fd5c9f5b5933b7c93ae05 (patch) | |
tree | 2521f8c588766a999b21dc8c4380860703da9a89 | |
parent | 95fee14dfa5bd3896c510077af36ea371a9a2975 (diff) |
Add upstream issue tracking number to comment
-rw-r--r-- | build/bootstrap.build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 9b2bb1e..771c47d 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -21,9 +21,8 @@ using install # 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. -# -# @@ Need to report this upstream. +# the 1.5 library version despite the ABI-breaking changes (issue #15 is +# reported). # if ($version.major == 1 && $version.minor == 5) release_num = 4 |