Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2020 22:14:25 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359097 - head/usr.sbin/ntp
Message-ID:  <202003182214.02IMEPFf053894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Mar 18 22:14:25 2020
New Revision: 359097
URL: https://svnweb.freebsd.org/changeset/base/359097

Log:
  PACKAGE_STRING should be the same as PACKAGE_VERSION.
  
  MFC after:	3 days

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

Modified: head/usr.sbin/ntp/config.h
==============================================================================
--- head/usr.sbin/ntp/config.h	Wed Mar 18 22:10:49 2020	(r359096)
+++ head/usr.sbin/ntp/config.h	Wed Mar 18 22:14:25 2020	(r359097)
@@ -1468,7 +1468,7 @@
 #define PACKAGE_NAME "ntp"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "ntp 4.2.8p12"
+#define PACKAGE_STRING "ntp 4.2.8p14"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "ntp"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003182214.02IMEPFf053894>