/*
* FCRON - periodic command scheduler
*
- * Copyright 2000-2004 Thibault Godouet <fcron@free.fr>
+ * Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
*
* 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
* `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 $ */
/* *********************************************************** */
* to set the same values in the two files. */
#undef VERSION_QUOTED
+#undef COPYRIGHT_QUOTED
#undef CFLAGS
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)