diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
commit | b06b7e647fe7b4eefbd29369cf0c24e1902bf72a (patch) | |
tree | d18590df36faea870c6827c64a75516475938e4d /usr.sbin/ntp/config.h | |
parent | 8c7ff71d356bdceffa6cd5b5017c65d0d63d9abc (diff) |
Notes
Diffstat (limited to 'usr.sbin/ntp/config.h')
-rw-r--r-- | usr.sbin/ntp/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 7d1f22046aec8..552472114993d 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -1446,7 +1446,7 @@ #define PACKAGE_NAME "ntp" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ntp 4.2.8p8" +#define PACKAGE_STRING "ntp 4.2.8p9" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ntp" @@ -1455,7 +1455,7 @@ #define PACKAGE_URL "http://www.ntp.org./" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.2.8p8" +#define PACKAGE_VERSION "4.2.8p9" /* data dir */ #define PERLLIBDIR "/usr/local/share/ntp/lib" @@ -1636,7 +1636,7 @@ typedef unsigned int uintptr_t; /* #undef USE_UDP_SIGPOLL */ /* Version number of package */ -#define VERSION "4.2.8p8" +#define VERSION "4.2.8p9" /* vsnprintf expands "%m" to strerror(errno) */ /* #undef VSNPRINTF_PERCENT_M */ @@ -1813,5 +1813,5 @@ typedef union mpinfou { /* * FreeBSD specific: Explicitly specify date/time for reproducible build. */ -#define MKREPRO_DATE "Jun 03 2016" -#define MKREPRO_TIME "06:34:37" +#define MKREPRO_DATE "Nov 22 2016" +#define MKREPRO_TIME "06:54:45" |