From eefa6fee8d87fad22461c27ba4372897343284b2 Mon Sep 17 00:00:00 2001 From: thib Date: Wed, 11 Jan 2006 00:52:17 +0000 Subject: [PATCH] updated copyright defined COPYRIGHT_QUOTED --- config.h.in | 5 +++-- configure.in | 5 ++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config.h.in b/config.h.in index 0962ef2..1966878 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2004 Thibault Godouet + * Copyright 2000-2006 Thibault Godouet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: config.h.in,v 1.55 2005-03-12 12:40:01 thib Exp $ */ + /* $Id: config.h.in,v 1.56 2006-01-11 00:53:50 thib Exp $ */ /* *********************************************************** */ @@ -149,6 +149,7 @@ * to set the same values in the two files. */ #undef VERSION_QUOTED +#undef COPYRIGHT_QUOTED #undef CFLAGS diff --git a/configure.in b/configure.in index 6885370..1009c2d 100644 --- a/configure.in +++ b/configure.in @@ -13,13 +13,16 @@ AC_PREFIX_DEFAULT($prefix) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.57) -vers="3.0.0" +vers="3.0.1" vers_quoted="\"$vers\"" AC_DEFINE_UNQUOTED(VERSION, $vers) AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted) VERSION="$vers" AC_SUBST(VERSION) +copyright_quoted="\"2000-2006\"" +AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted) + dnl --------------------------------------------------------------------- dnl Check for programs, header files, types, etc (autoconf builtins) -- 2.40.0