diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-07 17:06:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-07 17:06:22 +0200 |
commit | c379f143a5ccdbc94a87cfca0174e7f21fa05f26 (patch) | |
tree | 2a1a58a9c247fac7efb66ef55e89c3eb77d78d9e | |
parent | 24645b333d1f3f2477583cd16975c673939cf1be (diff) |
build-sys: bump library versionsystemd/v227
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 685d2634cd..8646e55450 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7 LIBUDEV_REVISION=4 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=11 +LIBSYSTEMD_CURRENT=12 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=11 +LIBSYSTEMD_AGE=12 # The following four libraries only exist for compatibility reasons, # their version info should not be bumped anymore |