From: Lennart Poettering Date: Tue, 21 Feb 2017 13:01:09 +0000 (+0100) Subject: build-sys: bump package version X-Git-Tag: v233~58^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5406%2Fhead;p=thirdparty%2Fsystemd.git build-sys: bump package version --- diff --git a/Makefile.am b/Makefile.am index 2f53ae8b224..292f63c408a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,12 +39,12 @@ SUBDIRS = . po .PRECIOUS: $(TEST_SUITE_LOG) Makefile LIBUDEV_CURRENT=7 -LIBUDEV_REVISION=5 +LIBUDEV_REVISION=6 LIBUDEV_AGE=6 -LIBSYSTEMD_CURRENT=17 +LIBSYSTEMD_CURRENT=18 LIBSYSTEMD_REVISION=0 -LIBSYSTEMD_AGE=17 +LIBSYSTEMD_AGE=18 # Dirs of external packages dbuspolicydir=@dbuspolicydir@ diff --git a/configure.ac b/configure.ac index b55d7d9f3b6..0e7bd1b76b6 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [232], + [233], [http://github.com/systemd/systemd/issues], [systemd], [http://www.freedesktop.org/wiki/Software/systemd])