summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-11 15:30:28 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-11 15:30:28 +0200
commit42a04ee69c7242377cd9eb39444352cd4deb4bb1 (patch)
treecd56e76491bd19bea22ec3320e03d69451af3836
parentdc1d6c02fcf55bb7dac918d0ed3bd3e2a3d67525 (diff)
downloadsystemd-42a04ee69c7242377cd9eb39444352cd4deb4bb1.tar.gz
build-sys: update library versions
-rw-r--r--Makefile.am10
-rw-r--r--configure.ac2
-rw-r--r--src/libsystemd/libsystemd.sym.m411
3 files changed, 17 insertions, 6 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@
diff --git a/configure.ac b/configure.ac
index 4ba0abf49b..faf7f72289 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 61952d7621..b4e3035871 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;