svn commit: r285170 - head/usr.sbin/ntp

Cy Schubert cy at FreeBSD.org
Sun Jul 5 16:48:41 UTC 2015


Author: cy
Date: Sun Jul  5 16:48:40 2015
New Revision: 285170
URL: https://svnweb.freebsd.org/changeset/base/285170

Log:
  Update ntp version number. (This is a manual update that was missed.)

Modified:
  head/usr.sbin/ntp/config.h

Modified: head/usr.sbin/ntp/config.h
==============================================================================
--- head/usr.sbin/ntp/config.h	Sun Jul  5 15:42:16 2015	(r285169)
+++ head/usr.sbin/ntp/config.h	Sun Jul  5 16:48:40 2015	(r285170)
@@ -1418,7 +1418,7 @@
 #define PACKAGE_NAME "ntp"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "ntp 4.2.8p2"
+#define PACKAGE_STRING "ntp 4.2.8p3"
 
 /* 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.8p2"
+#define PACKAGE_VERSION "4.2.8p3"
 
 /* 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.8p2"
+#define VERSION "4.2.8p3"
 
 /* vsnprintf expands "%m" to strerror(errno) */
 /* #undef VSNPRINTF_PERCENT_M */


More information about the svn-src-head mailing list