diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-02-12 20:49:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-02-13 11:07:18 +0100 |
commit | f9d4ea9e4e4ce34a90399a6fabdc648cf5d4bb2f (patch) | |
tree | 2fd873f540c57d12ad7311bf0f59856702c91f38 /Makefile.am | |
parent | 11ea2781eea4b912d2feb26785ece475e504c57b (diff) |
build-sys: bump sonames in preparation for next release
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 1ab2e796b4..bf04d31840 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,9 +46,9 @@ LIBGUDEV_CURRENT=2 LIBGUDEV_REVISION=0 LIBGUDEV_AGE=2 -LIBSYSTEMD_CURRENT=5 -LIBSYSTEMD_REVISION=1 -LIBSYSTEMD_AGE=5 +LIBSYSTEMD_CURRENT=6 +LIBSYSTEMD_REVISION=0 +LIBSYSTEMD_AGE=6 # The following four libraries only exist for compatibility reasons, # their version info should not be bumped anymore |