diff options
Diffstat (limited to 'ntpd/ntpd-opts.h')
-rw-r--r-- | ntpd/ntpd-opts.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 60299c6bb2cc..e7e8a608d119 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -1,11 +1,11 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed August 14, 2018 at 08:27:44 AM by AutoGen 5.18.5 + * It has been AutoGen-ed February 20, 2019 at 09:56:15 AM by AutoGen 5.18.5 * From the definitions ntpd-opts.def * and the template file options * - * Generated from AutoOpts 41:0:16 templates. + * Generated from AutoOpts 41:1:16 templates. * * AutoOpts is a copyrighted work. This header file is not encumbered * by AutoOpts licensing, but is provided under the licensing terms chosen @@ -53,7 +53,7 @@ * tolerable version is at least as old as what was current when the header * template was released. */ -#define AO_TEMPLATE_VERSION 167936 +#define AO_TEMPLATE_VERSION 167937 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \ || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION) # error option template version mismatches autoopts/options.h header @@ -106,9 +106,9 @@ typedef enum { /** count of all options for ntpd */ #define OPTION_CT 38 /** ntpd version */ -#define NTPD_VERSION "4.2.8p12" +#define NTPD_VERSION "4.2.8p13" /** Full ntpd version text */ -#define NTPD_FULL_VERSION "ntpd 4.2.8p12" +#define NTPD_FULL_VERSION "ntpd 4.2.8p13" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |