summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-25 20:22:41 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-25 20:22:41 +0100
commit3b5b000fbc2ed6d953df2de528a50a8348afc618 (patch)
tree2df3b132179349743329ba4e54ccb9cd13118fbd
parent51c61cda1a542c9e999bfdc6aab4a029c0ae7f5a (diff)
build-sys: prepare 212
-rw-r--r--Makefile.am6
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 27c76858aa..62a8a59851 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,9 +59,9 @@ LIBSYSTEMD_JOURNAL_CURRENT=11
LIBSYSTEMD_JOURNAL_REVISION=5
LIBSYSTEMD_JOURNAL_AGE=11
-LIBSYSTEMD_CURRENT=0
-LIBSYSTEMD_REVISION=2
-LIBSYSTEMD_AGE=0
+LIBSYSTEMD_CURRENT=1
+LIBSYSTEMD_REVISION=0
+LIBSYSTEMD_AGE=1
# Dirs of external packages
dbuspolicydir=@dbuspolicydir@
diff --git a/configure.ac b/configure.ac
index e95b682f57..50741149a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
AC_PREREQ([2.64])
AC_INIT([systemd],
- [211],
+ [212],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd],
[http://www.freedesktop.org/wiki/Software/systemd])