From: Thibault Godouet Date: Sat, 6 Jun 2026 15:30:56 +0000 (+0100) Subject: Update version to 3.4.1 (with release notes) and copyright years to 2026. X-Git-Tag: ver3_4_1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Ffcron.git Update version to 3.4.1 (with release notes) and copyright years to 2026. --- diff --git a/allow.c b/allow.c index dfe6853..9eea987 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/allow.h b/allow.h index fd34bc8..adf7053 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/cl.c b/cl.c index cb5e65b..6d2865d 100644 --- a/cl.c +++ b/cl.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/cl.h b/cl.h index 15286b5..1c4e99f 100644 --- a/cl.h +++ b/cl.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/conf.c b/conf.c index 4b09624..d7386f7 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/conf.h b/conf.h index 6036ff3..c936e4d 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/config.h.in b/config.h.in index cc5a678..2ae5644 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/configure.in b/configure.in index 80445de..8e57f96 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl --------------------------------------------------------------------- dnl Initial settings dnl --------------------------------------------------------------------- -AC_INIT([fcron], [3.4.1pre]) +AC_INIT([fcron], [3.4.1]) AC_CONFIG_SRCDIR([allow.c]) AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.71]) @@ -13,7 +13,7 @@ m4_include([m4/ax_lib_readline.m4]) AC_DEFINE_UNQUOTED(VERSION_QUOTED, "${PACKAGE_VERSION}") -copyright_quoted="\"2000-2025\"" +copyright_quoted="\"2000-2026\"" AC_DEFINE_UNQUOTED(COPYRIGHT_QUOTED, $copyright_quoted) diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 4b2f343..0aef24d 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/convert-fcrontab.h b/convert-fcrontab.h index c2c591e..64c2054 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/database.c b/database.c index ff516e5..7635427 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/database.h b/database.h index 9ea6f2b..4b2cab6 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2025 Thibault Godouet + * Copyright 2000-2026 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 diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 8690cc5..c09c81f 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -1,6 +1,6 @@