From 1aa28c952191dbd24212df6cead54349bc185618 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 26 Aug 2015 16:09:17 +0200 Subject: [PATCH] build-sys: bump versions --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2927757b4d..649e7ea0d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ LIBUDEV_REVISION=4 LIBUDEV_AGE=6 LIBSYSTEMD_CURRENT=10 -LIBSYSTEMD_REVISION=1 +LIBSYSTEMD_REVISION=2 LIBSYSTEMD_AGE=10 # The following four libraries only exist for compatibility reasons, diff --git a/configure.ac b/configure.ac index f14e4d868c..d9ab3624dd 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [224], + [225], [http://github.com/systemd/systemd/issues], [systemd], [http://www.freedesktop.org/wiki/Software/systemd])