diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-06-24 00:20:45 +0000 |
commit | 3914721463f70500ecc1f59312b122d8788465cf (patch) | |
tree | f253e72838d762e229ca71912a4a928e96cac2bd /ntpdc/ntpdc-opts.h | |
parent | 5171bc9b11192d9ad273db7854787eaa65eb9997 (diff) |
Notes
Diffstat (limited to 'ntpdc/ntpdc-opts.h')
-rw-r--r-- | ntpdc/ntpdc-opts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 36e736e8ec5b..9c7659e4735f 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.h) * - * It has been AutoGen-ed March 3, 2020 at 05:41:07 PM by AutoGen 5.18.5 + * It has been AutoGen-ed June 23, 2020 at 02:20:41 AM by AutoGen 5.18.5 * From the definitions ntpdc-opts.def * and the template file options * @@ -83,9 +83,9 @@ typedef enum { /** count of all options for ntpdc */ #define OPTION_CT 15 /** ntpdc version */ -#define NTPDC_VERSION "4.2.8p14" +#define NTPDC_VERSION "4.2.8p15" /** Full ntpdc version text */ -#define NTPDC_FULL_VERSION "ntpdc 4.2.8p14" +#define NTPDC_FULL_VERSION "ntpdc 4.2.8p15" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |