diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-01-21 08:50:56 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-01-21 08:50:56 +0000 |
commit | cbb26d1b6673ba1c6efd6e36a06fb6a56263b5fc (patch) | |
tree | 72c8a10ba42f04018a461504b789125f97944bda /ntpq/ntpq-opts.h | |
parent | c373d9289d1987abe45e339b5aa37f05460e977f (diff) | |
download | src-cbb26d1b6673ba1c6efd6e36a06fb6a56263b5fc.tar.gz src-cbb26d1b6673ba1c6efd6e36a06fb6a56263b5fc.zip |
Vendor import of ntp-4.2.8p6.vendor/ntp/4.2.8p6
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=294491
svn path=/vendor/ntp/4.2.8p6/; revision=294492; tag=vendor/ntp/4.2.8p6
Diffstat (limited to 'ntpq/ntpq-opts.h')
-rw-r--r-- | ntpq/ntpq-opts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 758817fb7a5b..af7a4c2c6e82 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 January 7, 2016 at 11:31:32 PM by AutoGen 5.18.5 + * It has been AutoGen-ed January 20, 2016 at 04:18:42 AM by AutoGen 5.18.5 * From the definitions ntpq-opts.def * and the template file options * @@ -18,7 +18,7 @@ * The ntpq program is copyrighted and licensed * under the following terms: * - * Copyright (C) 1992-2015 The University of Delaware and Network Time Foundation, all rights reserved. + * Copyright (C) 1992-2016 The University of Delaware and Network Time Foundation, all rights reserved. * This is free software. It is licensed for use, modification and * redistribution under the terms of the NTP License, copies of which * can be seen at: @@ -83,9 +83,9 @@ typedef enum { /** count of all options for ntpq */ #define OPTION_CT 15 /** ntpq version */ -#define NTPQ_VERSION "4.2.8p5" +#define NTPQ_VERSION "4.2.8p6" /** Full ntpq version text */ -#define NTPQ_FULL_VERSION "ntpq 4.2.8p5" +#define NTPQ_FULL_VERSION "ntpq 4.2.8p6" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |