summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-11 20:25:00 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-11 20:25:00 +0100
commit6bf6f402b67b51d55765cbf3d1c7cb707a346969 (patch)
treebf2e985c0bc0c2319238479b13c868b41da0ed67
parent1810e3dc6218afd69c469cfb816254730a0ef4e3 (diff)
build-sys: prepare release 211
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 936a78ec82..dcfc550977 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,7 +60,7 @@ LIBSYSTEMD_JOURNAL_REVISION=5
LIBSYSTEMD_JOURNAL_AGE=11
LIBSYSTEMD_CURRENT=0
-LIBSYSTEMD_REVISION=1
+LIBSYSTEMD_REVISION=2
LIBSYSTEMD_AGE=0
# Dirs of external packages
diff --git a/configure.ac b/configure.ac
index fa8f4051a5..ae5a6b5a30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
- [210],
+ [211],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])