diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2020-03-19 16:52:41 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2020-03-19 16:52:41 +0000 |
commit | 298b63370af317276d829310253a7e4d6b49b12c (patch) | |
tree | c0668229d550da6eb427240708133f40d4c30a9d /contrib/ntp/sntp/sntp-opts.h | |
parent | dd377685f2810780a397577c63e8236e9bd95e8c (diff) | |
download | src-test2-298b63370af317276d829310253a7e4d6b49b12c.tar.gz src-test2-298b63370af317276d829310253a7e4d6b49b12c.zip |
Notes
Diffstat (limited to 'contrib/ntp/sntp/sntp-opts.h')
-rw-r--r-- | contrib/ntp/sntp/sntp-opts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ntp/sntp/sntp-opts.h b/contrib/ntp/sntp/sntp-opts.h index cf17a27c938f..1a5f8740fc43 100644 --- a/contrib/ntp/sntp/sntp-opts.h +++ b/contrib/ntp/sntp/sntp-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.h) * - * It has been AutoGen-ed February 20, 2019 at 09:55:45 AM by AutoGen 5.18.5 + * It has been AutoGen-ed March 3, 2020 at 05:39:58 PM by AutoGen 5.18.5 * From the definitions sntp-opts.def * and the template file options * @@ -18,7 +18,7 @@ * The sntp program is copyrighted and licensed * under the following terms: * - * Copyright (C) 1992-2017 The University of Delaware and Network Time Foundation, all rights reserved. + * Copyright (C) 1992-2020 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: @@ -91,9 +91,9 @@ typedef enum { /** count of all options for sntp */ #define OPTION_CT 23 /** sntp version */ -#define SNTP_VERSION "4.2.8p13" +#define SNTP_VERSION "4.2.8p14" /** Full sntp version text */ -#define SNTP_FULL_VERSION "sntp 4.2.8p13" +#define SNTP_FULL_VERSION "sntp 4.2.8p14" /** * Interface defines for all options. Replace "n" with the UPPER_CASED |