From: Lennart Poettering Date: Wed, 11 Jun 2014 13:30:28 +0000 (+0200) Subject: build-sys: update library versions X-Git-Tag: v214~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=42a04ee69c7242377cd9eb39444352cd4deb4bb1;p=elogind.git build-sys: update library versions --- diff --git a/Makefile.am b/Makefile.am index 8514ec957..959c1210c 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@ diff --git a/configure.ac b/configure.ac index 4ba0abf49..faf7f7228 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [213], + [214], [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd], [systemd], [http://www.freedesktop.org/wiki/Software/systemd]) diff --git a/src/libsystemd/libsystemd.sym.m4 b/src/libsystemd/libsystemd.sym.m4 index 61952d762..b4e303587 100644 --- a/src/libsystemd/libsystemd.sym.m4 +++ b/src/libsystemd/libsystemd.sym.m4 @@ -140,8 +140,17 @@ global: LIBSYSTEMD_213 { global: sd_uid_get_display; +} LIBSYSTEMD_211; + +LIBSYSTEMD_214 { +global: + sd_pid_notify; + sd_pid_notifyf; +} LIBSYSTEMD_213; m4_ifdef(`ENABLE_KDBUS', +LIBSYSTEMD_FUTURE { +global: /* sd-bus */ sd_bus_default; sd_bus_default_user; @@ -431,5 +440,5 @@ m4_ifdef(`ENABLE_KDBUS', sd_resolve_query_get_userdata; sd_resolve_query_set_userdata; sd_resolve_query_get_resolve; +} LIBSYSTEMD_214; ) -} LIBSYSTEMD_211;