svn commit: r294297 - head/lib/libelftc

Ed Maste emaste at FreeBSD.org
Mon Jan 18 21:53:40 UTC 2016


Author: emaste
Date: Mon Jan 18 21:53:39 2016
New Revision: 294297
URL: https://svnweb.freebsd.org/changeset/base/294297

Log:
  Update elftc version to 3272M, imported in r292120

Modified:
  head/lib/libelftc/elftc_version.c

Modified: head/lib/libelftc/elftc_version.c
==============================================================================
--- head/lib/libelftc/elftc_version.c	Mon Jan 18 21:40:20 2016	(r294296)
+++ head/lib/libelftc/elftc_version.c	Mon Jan 18 21:53:39 2016	(r294297)
@@ -6,5 +6,5 @@
 const char *
 elftc_version(void)
 {
-	return "elftoolchain r3223M";
+	return "elftoolchain r3272M";
 }


More information about the svn-src-head mailing list