diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:01:16 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-03-07 13:01:16 +0000 |
commit | 360c01464aee3bc4c520898a675f35967db09ac2 (patch) | |
tree | c244e3f6baebbb7d13d8dd0d4ee570773cb3c579 /ntpdc/ntpdc-opts.h | |
parent | c7f4d2332394d5600fe4e14c530ede36b0ff29b0 (diff) |
Notes
Diffstat (limited to 'ntpdc/ntpdc-opts.h')
-rw-r--r-- | ntpdc/ntpdc-opts.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 3c3a67ad033b8..5af0193c659a4 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -1,11 +1,11 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.h) * - * It has been AutoGen-ed August 14, 2018 at 08:29:28 AM by AutoGen 5.18.5 + * It has been AutoGen-ed February 20, 2019 at 09:56:48 AM by AutoGen 5.18.5 * From the definitions ntpdc-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 @@ -83,9 +83,9 @@ typedef enum { /** count of all options for ntpdc */ #define OPTION_CT 15 /** ntpdc version */ -#define NTPDC_VERSION "4.2.8p12" +#define NTPDC_VERSION "4.2.8p13" /** Full ntpdc version text */ -#define NTPDC_FULL_VERSION "ntpdc 4.2.8p12" +#define NTPDC_FULL_VERSION "ntpdc 4.2.8p13" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |