build-sys: bump version

This commit is contained in:
Lennart Poettering 2011-03-29 02:20:05 +02:00
parent e30b45bb84
commit 18a5d7fffb
2 changed files with 3 additions and 1 deletions

2
TODO
View File

@ -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

View File

@ -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])