diff options
author | glebius <glebius@FreeBSD.org> | 2015-10-23 05:03:34 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2015-10-23 05:03:34 +0000 |
commit | e00604a1ddb366fa8240a621dfdca4d8d34cee24 (patch) | |
tree | 51fb0766aff914cc17a5639686a07105b40a630b /usr.sbin/ntp | |
parent | 8169a48e9b64e1fe35fadd143f882b5016a8c6cc (diff) | |
download | FreeBSD-src-e00604a1ddb366fa8240a621dfdca4d8d34cee24.zip FreeBSD-src-e00604a1ddb366fa8240a621dfdca4d8d34cee24.tar.gz |
A miss from r289764.
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index f836d7d..5a51e0a 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -1418,7 +1418,7 @@ #define PACKAGE_NAME "ntp" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "ntp 4.2.8p3" +#define PACKAGE_STRING "ntp 4.2.8p4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ntp" @@ -1427,7 +1427,7 @@ #define PACKAGE_URL "http://www.ntp.org./" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.2.8p3" +#define PACKAGE_VERSION "4.2.8p4" /* data dir */ #define PERLLIBDIR "/usr/local/share/ntp/lib" @@ -1608,7 +1608,7 @@ typedef unsigned int uintptr_t; /* #undef USE_UDP_SIGPOLL */ /* Version number of package */ -#define VERSION "4.2.8p3" +#define VERSION "4.2.8p4" /* vsnprintf expands "%m" to strerror(errno) */ /* #undef VSNPRINTF_PERCENT_M */ |