diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-10-21 19:16:13 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-10-21 19:16:13 +0000 |
commit | 0b0c40a74f7959b8d7d71f883715ac667a6f119a (patch) | |
tree | 9317fbf022414d34dee917358139b99c3a2b9184 /ntpq/ntpq-opts.h | |
parent | 2cf53bda1c28f47d72aa80971e6c5d400c46a960 (diff) | |
download | src-0b0c40a74f7959b8d7d71f883715ac667a6f119a.tar.gz src-0b0c40a74f7959b8d7d71f883715ac667a6f119a.zip |
Merge NTP 4.2.8p4 into dist.
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=289715
Diffstat (limited to 'ntpq/ntpq-opts.h')
-rw-r--r-- | ntpq/ntpq-opts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index fecb970f9dd4..f82ccae8a31c 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed June 29, 2015 at 04:31:10 PM by AutoGen 5.18.5 + * It has been AutoGen-ed October 21, 2015 at 12:39:00 PM by AutoGen 5.18.5 * From the definitions ntpq-opts.def * and the template file options * @@ -83,9 +83,9 @@ typedef enum { /** count of all options for ntpq */ #define OPTION_CT 15 /** ntpq version */ -#define NTPQ_VERSION "4.2.8p3" +#define NTPQ_VERSION "4.2.8p4" /** Full ntpq version text */ -#define NTPQ_FULL_VERSION "ntpq 4.2.8p3" +#define NTPQ_FULL_VERSION "ntpq 4.2.8p4" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |