From: Lennart Poettering Date: Tue, 29 Mar 2011 00:20:05 +0000 (+0200) Subject: build-sys: bump version X-Git-Tag: v21~16 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=18a5d7fffbcaea5ebd721df5f4938e8a347a2d3b;p=elogind.git build-sys: bump version --- diff --git a/TODO b/TODO index fabc18d67..eeb6c0728 100644 --- a/TODO +++ b/TODO @@ -35,6 +35,8 @@ F15: * fix /usr taint +* disable /dev/console status messages after plymouth went down + Features: * when key file cannot be found, read it from kbd in cryptsetup diff --git a/configure.ac b/configure.ac index e6daf0354..73764712f 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[20],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[21],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h])