svn commit: r320663 - head/lib/libelftc

Ed Maste emaste at FreeBSD.org
Wed Jul 5 02:58:47 UTC 2017


Author: emaste
Date: Wed Jul  5 02:58:46 2017
New Revision: 320663
URL: https://svnweb.freebsd.org/changeset/base/320663

Log:
  libelftc: bump version, tracking import in r320343

Modified:
  head/lib/libelftc/elftc_version.c

Modified: head/lib/libelftc/elftc_version.c
==============================================================================
--- head/lib/libelftc/elftc_version.c	Wed Jul  5 02:20:03 2017	(r320662)
+++ head/lib/libelftc/elftc_version.c	Wed Jul  5 02:58:46 2017	(r320663)
@@ -6,5 +6,5 @@
 const char *
 elftc_version(void)
 {
-	return "elftoolchain r3520M";
+	return "elftoolchain r3561M";
 }


More information about the svn-src-all mailing list