diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-03 16:37:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-03 16:37:39 +0200 |
commit | c01995635d14840074c2ff17a153b76edd0bf1b9 (patch) | |
tree | f652e31cf26cf5a8e22de6503d249f5f3d7dbf9a | |
parent | 00aa832b948a27507c33e2157e46963852cffc85 (diff) | |
download | systemd-c01995635d14840074c2ff17a153b76edd0bf1b9.tar.gz |
build-sys: bump/correct library versions
-rw-r--r-- | Makefile.am | 14 | ||||
-rw-r--r-- | src/login/libsystemd-login.sym | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index b2573199dc..e7b9959f75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,16 +32,16 @@ SUBDIRS = . po .SECONDARY: LIBUDEV_CURRENT=4 -LIBUDEV_REVISION=5 +LIBUDEV_REVISION=6 LIBUDEV_AGE=3 LIBGUDEV_CURRENT=1 LIBGUDEV_REVISION=3 LIBGUDEV_AGE=1 -LIBSYSTEMD_LOGIN_CURRENT=7 -LIBSYSTEMD_LOGIN_REVISION=1 -LIBSYSTEMD_LOGIN_AGE=7 +LIBSYSTEMD_LOGIN_CURRENT=8 +LIBSYSTEMD_LOGIN_REVISION=0 +LIBSYSTEMD_LOGIN_AGE=8 LIBSYSTEMD_DAEMON_CURRENT=0 LIBSYSTEMD_DAEMON_REVISION=10 @@ -51,9 +51,9 @@ LIBSYSTEMD_ID128_CURRENT=0 LIBSYSTEMD_ID128_REVISION=23 LIBSYSTEMD_ID128_AGE=0 -LIBSYSTEMD_JOURNAL_CURRENT=10 -LIBSYSTEMD_JOURNAL_REVISION=2 -LIBSYSTEMD_JOURNAL_AGE=10 +LIBSYSTEMD_JOURNAL_CURRENT=11 +LIBSYSTEMD_JOURNAL_REVISION=0 +LIBSYSTEMD_JOURNAL_AGE=11 # Dirs of external packages dbuspolicydir=@dbuspolicydir@ diff --git a/src/login/libsystemd-login.sym b/src/login/libsystemd-login.sym index 417dbb18dc..0720704dbf 100644 --- a/src/login/libsystemd-login.sym +++ b/src/login/libsystemd-login.sym @@ -76,7 +76,7 @@ global: sd_get_machine_names; } LIBSYSTEMD_LOGIN_202; -LIBSYSTEMD_LOGIN_204 { +LIBSYSTEMD_LOGIN_205 { global: sd_pid_get_slice; } LIBSYSTEMD_LOGIN_203; |