diff options
author | Kay Sievers <kay@vrfy.org> | 2015-08-26 16:09:17 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-08-26 16:09:17 +0200 |
commit | 1aa28c952191dbd24212df6cead54349bc185618 (patch) | |
tree | b3d8d1ca9ac2b8e84874c5c2f286169397dc498c | |
parent | a00458421dd4b6fcb9b4cdc433ba0c13970907f1 (diff) |
build-sys: bump versions
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | 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]) |