diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-11 13:16:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-11 13:16:39 +0100 |
commit | cf92d86020fea4987040d1c4c1da5126a9d3cf7a (patch) | |
tree | fe037440a597bcdef733cb5fec4b64bf17817c43 /Makefile.am | |
parent | c9d0beb81736cb6f61ce4c2382f349ce71ff4414 (diff) |
build-sys: bump so version
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d08917c814..3b7cc1e33e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7 LIBUDEV_REVISION=4 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=13 +LIBSYSTEMD_CURRENT=14 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=13 +LIBSYSTEMD_AGE=14 # The following four libraries only exist for compatibility reasons, # their version info should not be bumped anymore |