summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-09-01 11:54:25 +0200
committerAndy Wingo <wingo@pobox.com>2015-09-01 11:54:25 +0200
commitc8e9d44726ae4ad6ceafe5b7eda11e876541d6aa (patch)
tree1a69f4896f827c1c3ae32ee16db5c91c8ebeb650 /configure.ac
parent4ec545de7c4ab2dbbbd93d1c873a29b9a71b9188 (diff)
Fix the login monitor
* src/login/logind.c (main): Create /run/systemd/machines, so that the login monitor works. * configure.ac: v219.10.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0414e6246..5871ace52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_PREREQ([2.64])
# FIXME: Update to proper web page
AC_INIT([elogind],
- [219.9],
+ [219.10],
[http://bugs.freedesktop.org/enter_bug.cgi?product=elogind],
[elogind],
[http://www.freedesktop.org/wiki/Software/elogind])