diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-07-03 20:48:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-07-03 20:48:40 +0200 |
commit | 252ff40a3827b4e8e62e03a5e2f80da3fe02bee6 (patch) | |
tree | 8f9d16bbaa2dbd32ba5e60e05641f928bd93b445 /Makefile.am | |
parent | c7435cc9115f5c8166433fd5ece028c06360ecd1 (diff) |
build-sys: bump package and library versionssystemd/v215
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 672e93f16e..e238cdeebf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,16 +35,16 @@ SUBDIRS = . po # Keep the test-suite.log .PRECIOUS: $(TEST_SUITE_LOG) Makefile -LIBUDEV_CURRENT=5 -LIBUDEV_REVISION=1 -LIBUDEV_AGE=4 +LIBUDEV_CURRENT=6 +LIBUDEV_REVISION=0 +LIBUDEV_AGE=5 LIBGUDEV_CURRENT=2 LIBGUDEV_REVISION=0 LIBGUDEV_AGE=2 LIBSYSTEMD_CURRENT=3 -LIBSYSTEMD_REVISION=0 +LIBSYSTEMD_REVISION=1 LIBSYSTEMD_AGE=3 # The following four libraries only exist for compatibility reasons, |