diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-06-03 05:55:24 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-06-03 05:55:24 +0000 |
commit | 6f73e3f459be43eacfd7662c4e59fba1a872de0e (patch) | |
tree | 38c3e29b3aa6298b57bdcee4b0cdfb1bcf8a3db8 /ntpd/ntpd-opts.h | |
parent | c1950318d1af96666bb3a80bf73cb4790f6dbcea (diff) |
Notes
Diffstat (limited to 'ntpd/ntpd-opts.h')
-rw-r--r-- | ntpd/ntpd-opts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 818a5311c0925..069673ca3dfc3 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed April 26, 2016 at 08:26:13 PM by AutoGen 5.18.5 + * It has been AutoGen-ed June 2, 2016 at 07:32:40 AM by AutoGen 5.18.5 * From the definitions ntpd-opts.def * and the template file options * @@ -106,9 +106,9 @@ typedef enum { /** count of all options for ntpd */ #define OPTION_CT 38 /** ntpd version */ -#define NTPD_VERSION "4.2.8p7" +#define NTPD_VERSION "4.2.8p8" /** Full ntpd version text */ -#define NTPD_FULL_VERSION "ntpd 4.2.8p7" +#define NTPD_FULL_VERSION "ntpd 4.2.8p8" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |