diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-11 15:30:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-11 15:30:28 +0200 |
commit | 42a04ee69c7242377cd9eb39444352cd4deb4bb1 (patch) | |
tree | cd56e76491bd19bea22ec3320e03d69451af3836 /Makefile.am | |
parent | dc1d6c02fcf55bb7dac918d0ed3bd3e2a3d67525 (diff) |
build-sys: update library versions
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 8514ec9572..959c1210c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,12 @@ LIBGUDEV_CURRENT=2 LIBGUDEV_REVISION=0 LIBGUDEV_AGE=2 +LIBSYSTEMD_CURRENT=3 +LIBSYSTEMD_REVISION=0 +LIBSYSTEMD_AGE=3 + +# The following four libraries only exist for compatibility reasons, +# their version info should not be bumped anymore LIBSYSTEMD_LOGIN_CURRENT=9 LIBSYSTEMD_LOGIN_REVISION=3 LIBSYSTEMD_LOGIN_AGE=9 @@ -59,10 +65,6 @@ LIBSYSTEMD_JOURNAL_CURRENT=11 LIBSYSTEMD_JOURNAL_REVISION=5 LIBSYSTEMD_JOURNAL_AGE=11 -LIBSYSTEMD_CURRENT=2 -LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=2 - # Dirs of external packages dbuspolicydir=@dbuspolicydir@ dbussessionservicedir=@dbussessionservicedir@ |