diff options
Diffstat (limited to 'contrib/ntp/ntpd/ntpd-opts.h')
-rw-r--r-- | contrib/ntp/ntpd/ntpd-opts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ntp/ntpd/ntpd-opts.h b/contrib/ntp/ntpd/ntpd-opts.h index e7e8a608d119..a2e1904003c0 100644 --- a/contrib/ntp/ntpd/ntpd-opts.h +++ b/contrib/ntp/ntpd/ntpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed February 20, 2019 at 09:56:15 AM by AutoGen 5.18.5 + * It has been AutoGen-ed March 3, 2020 at 05:40:30 PM by AutoGen 5.18.5 * From the definitions ntpd-opts.def * and the template file options * @@ -18,7 +18,7 @@ * The ntpd program is copyrighted and licensed * under the following terms: * - * Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, all rights reserved. + * Copyright (C) 1992-2020 The University of Delaware and Network Time Foundation, all rights reserved. * This is free software. It is licensed for use, modification and * redistribution under the terms of the NTP License, copies of which * can be seen at: @@ -106,9 +106,9 @@ typedef enum { /** count of all options for ntpd */ #define OPTION_CT 38 /** ntpd version */ -#define NTPD_VERSION "4.2.8p13" +#define NTPD_VERSION "4.2.8p14" /** Full ntpd version text */ -#define NTPD_FULL_VERSION "ntpd 4.2.8p13" +#define NTPD_FULL_VERSION "ntpd 4.2.8p14" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |