diff options
author | Dale Mellor <dale@rdmp.org> | 2012-02-04 14:33:02 +0000 |
---|---|---|
committer | Dale Mellor <dale@rdmp.org> | 2012-02-04 14:33:02 +0000 |
commit | bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0 (patch) | |
tree | 8f4414e27017f233bdfe3c8a28cfd443e3b3368b /configure.ac | |
parent | 0115be5d133d1e5252d9f05ece3c09ee350914ab (diff) | |
download | mcron-bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0.tar.gz mcron-bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0.tar.bz2 mcron-bd5a58ac2fc1fa435a499c0dd8e6f779e68551c0.zip |
Look for user configuration files in $XDG_CONFIG_HOME (default to ~/.config/cron) as well as ~/.cron.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 98ebfca..6be28a4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. -# Copyright (C) 2003, 2005 Dale Mellor +# Copyright (C) 2003, 2005, 2012 Dale Mellor # # This file is part of GNU mcron. # @@ -21,7 +21,7 @@ AC_PREREQ(2.61) -AC_INIT([mcron], [1.0.6], [dale_mellor@users.sourceforge.net]) +AC_INIT([mcron], [1.0.7], [dale_mellor@users.sourceforge.net]) AM_INIT_AUTOMAKE |