diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2015-11-18 08:59:06 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-11-18 08:59:06 +0100 |
commit | dd050decb6ad131ebdeabb71c4f9ecb4733269c0 (patch) | |
tree | cf9ea896fcfaddddeed3e1e4184fc72eb9d621ce /Makefile.am | |
parent | 2bcfd345ffa77a103e0d6778b9652d1d391a6bf6 (diff) |
build: bump version numberssystemd/v228
Prepare for v228 release and bump version numbers.
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 5652a899a1..437905ce04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7 LIBUDEV_REVISION=4 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=12 +LIBSYSTEMD_CURRENT=13 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=12 +LIBSYSTEMD_AGE=13 # The following four libraries only exist for compatibility reasons, # their version info should not be bumped anymore |