From e54949f56faede79a0dafed86b4a95b9d0f0876d Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Tue, 27 Feb 2001 20:50:00 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 2 +- database.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index b0a419d..137af42 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_PREFIX_DEFAULT($prefix) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.7) -vers="1.0.1" +vers="1.0.2" vers_quoted="\"$vers\"" AC_DEFINE_UNQUOTED(VERSION, $vers) AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted) diff --git a/database.c b/database.c index c99af69..0f5d761 100644 --- a/database.c +++ b/database.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: database.c,v 1.48 2001-02-14 13:53:17 thib Exp $ */ + /* $Id: database.c,v 1.49 2001-02-27 20:50:22 thib Exp $ */ #include "fcron.h" @@ -948,7 +948,7 @@ set_next_exe(CL *line, char option) void set_next_exe_notrun(CL *line, char context) - /* set the time of the next execution and send a mail to tell him the job + /* set the time of the next execution and send a mail to tell user his job * has not run if necessary */ { time_t next_period = 0; -- 2.47.3