From: Lennart Poettering Date: Wed, 2 Nov 2016 22:04:40 +0000 (-0600) Subject: build-sys: bump package and library version in preparation for v232 X-Git-Tag: v232~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=515958c9eb538607a260aac4a4d0145583e1a2e5;p=thirdparty%2Fsystemd.git build-sys: bump package and library version in preparation for v232 --- diff --git a/Makefile.am b/Makefile.am index a707d4a899f..34c2f60330d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,9 @@ LIBUDEV_CURRENT=7 LIBUDEV_REVISION=5 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=16 +LIBSYSTEMD_CURRENT=17 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=16 +LIBSYSTEMD_AGE=17 # Dirs of external packages dbuspolicydir=@dbuspolicydir@ diff --git a/configure.ac b/configure.ac index 0e87adc38f6..0b10fc7de77 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [231], + [232], [http://github.com/systemd/systemd/issues], [systemd], [http://www.freedesktop.org/wiki/Software/systemd])