AboutSummaryRefsLogTreeCommitDiffStats
path: root/configure.ac
diff options
context:
space:
mode:
authorDale Mellor <dale@rdmp.org>2012-02-04 14:33:02 +0000
committerDale Mellor <dale@rdmp.org>2012-02-04 14:33:02 +0000
commitbd5a58ac2fc1fa435a499c0dd8e6f779e68551c0 (patch)
tree8f4414e27017f233bdfe3c8a28cfd443e3b3368b /configure.ac
parent0115be5d133d1e5252d9f05ece3c09ee350914ab (diff)
downloadmcron-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.ac4
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