diff options
author | Xin LI <delphij@FreeBSD.org> | 2018-08-20 06:07:33 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2018-08-20 06:07:33 +0000 |
commit | c7f4d2332394d5600fe4e14c530ede36b0ff29b0 (patch) | |
tree | be0b200d6dc09373927db61d685acc61113c64c1 /ntpdc/ntpdc-opts.h | |
parent | d14ac12f8738acac881f20b4d6244cfc22c68ead (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 f0c49781f0e1b..3c3a67ad033b8 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 February 27, 2018 at 05:14:56 PM by AutoGen 5.18.5 + * It has been AutoGen-ed August 14, 2018 at 08:29:28 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.8p11" +#define NTPDC_VERSION "4.2.8p12" /** Full ntpdc version text */ -#define NTPDC_FULL_VERSION "ntpdc 4.2.8p11" +#define NTPDC_FULL_VERSION "ntpdc 4.2.8p12" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |