build-sys: prepare release v18

This commit is contained in:
Lennart Poettering 2011-02-16 22:18:28 +01:00
parent e67c3609b1
commit 2588ff0b94
2 changed files with 3 additions and 1 deletions

2
TODO
View File

@ -10,6 +10,8 @@ Bugs:
Features:
* Make use of UnknownInterface, UnknownObject
* increase password timeout
* look up crypto partition mount points via fstab to show to the user when prompting for a password

View File

@ -17,7 +17,7 @@
AC_PREREQ(2.63)
AC_INIT([systemd],[17],[systemd-devel@lists.freedesktop.org])
AC_INIT([systemd],[18],[systemd-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])