From: Lennart Poettering Date: Wed, 17 Jun 2015 22:28:06 +0000 (+0200) Subject: build-sys: bump versions and sonames X-Git-Tag: v221~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=561471314c1a55660063467422509352192e3408;p=thirdparty%2Fsystemd.git build-sys: bump versions and sonames --- diff --git a/Makefile.am b/Makefile.am index 7cc70445cc2..7dc57b18dab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,12 +39,12 @@ SUBDIRS = . po .PRECIOUS: $(TEST_SUITE_LOG) Makefile LIBUDEV_CURRENT=7 -LIBUDEV_REVISION=3 +LIBUDEV_REVISION=4 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=7 +LIBSYSTEMD_CURRENT=8 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=7 +LIBSYSTEMD_AGE=8 # The following four libraries only exist for compatibility reasons, # their version info should not be bumped anymore diff --git a/configure.ac b/configure.ac index e5d3994439a..0784966f062 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [220], + [221], [http://github.com/systemd/systemd/issues], [systemd], [http://www.freedesktop.org/wiki/Software/systemd])