]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: bump also PACKAGE_VERSION_RELEASE number
authorKarel Zak <kzak@redhat.com>
Wed, 4 Nov 2015 15:02:44 +0000 (16:02 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 4 Nov 2015 16:19:41 +0000 (17:19 +0100)
commitb0e6b25e64e1c4cc4b7a67461a4b46fa32d480c0
tree06929ab5e8879fe0fc7aa87f3456e78548fae239
parent4419ffb9eff5801fdbd385a4a6199b3877f802ad
build-sys: bump also PACKAGE_VERSION_RELEASE number

Now we bump only PACKAGE_VERSION_MAJOR and PACKAGE_VERSION_MINOR
numbers. The PACKAGE_VERSION_RELEASE is always zero.

These numbers are used for LIBxxx_VERSION strings and Version: field
in the .pc files.

Unfortunately, if we keep PACKAGE_VERSION_RELEASE= always zero then
our bugfix releases are invisible for pkg-config.

(Although I don't think it's good idea to depend in code on any
 library bugfix release, code should be about APIs).

Addresses: https://github.com/systemd/systemd/pull/1754
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac