From: Zbigniew Jędrzejewski-Szmek Date: Sat, 21 May 2016 21:58:30 +0000 (-0400) Subject: build-sys: bump so version X-Git-Tag: v230~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=469978a82473864ed15e82bb50160df7b0613cc7;p=thirdparty%2Fsystemd.git build-sys: bump so version --- diff --git a/Makefile.am b/Makefile.am index f9d2093a1c3..305099ab660 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7 LIBUDEV_REVISION=4 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=14 +LIBSYSTEMD_CURRENT=15 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=14 +LIBSYSTEMD_AGE=15 # Dirs of external packages dbuspolicydir=@dbuspolicydir@ diff --git a/configure.ac b/configure.ac index d6320d20227..329861a291d 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [229], + [230], [http://github.com/systemd/systemd/issues], [systemd], [http://www.freedesktop.org/wiki/Software/systemd])