diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-16 22:18:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-16 22:18:28 +0100 |
commit | 2588ff0b940e82fd0986ed7567a6ae8f2741537d (patch) | |
tree | 493a97f41587ca240366d061ee3a5d21cef773aa | |
parent | e67c3609b18ab09499b361e18addfcfdec853fdd (diff) |
build-sys: prepare release v18systemd/v18
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 4e7db2996b..ce5772d559 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |