diff options
author | Andy Wingo <wingo@pobox.com> | 2016-03-06 16:03:03 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-03-06 17:14:28 +0100 |
commit | 6ea7bda00bf8747a35b8e134f40463589b2fe4b2 (patch) | |
tree | ae087613183dd7b10b8d3233ee103f25552b906b | |
parent | b5c5dd2ad43a3bf4fa0fb21139f8d16959b5d14e (diff) |
v219.13
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 0fdd7c58eb..9904103a9c 100644 --- a/configure.ac +++ b/configure.ac @@ -20,10 +20,10 @@ AC_PREREQ([2.64]) AC_INIT([elogind], - [219.12], - [https://github.com/andywingo/elogind/issues], + [219.13], + [https://github.com/wingo/elogind/issues], [elogind], - [https://github.com/andywingo/elogind]) + [https://github.com/wingo/elogind]) AC_CONFIG_SRCDIR([src/login/logind.c]) AC_CONFIG_MACRO_DIR([m4]) |