svn commit: r281147 - head/lib/libelftc

Ed Maste emaste at FreeBSD.org
Mon Apr 6 13:55:34 UTC 2015


Author: emaste
Date: Mon Apr  6 13:55:33 2015
New Revision: 281147
URL: https://svnweb.freebsd.org/changeset/base/281147

Log:
  Update reported elftoolchain version to 3179
  
  Missed in r280932

Modified:
  head/lib/libelftc/elftc_version.c

Modified: head/lib/libelftc/elftc_version.c
==============================================================================
--- head/lib/libelftc/elftc_version.c	Mon Apr  6 12:36:24 2015	(r281146)
+++ head/lib/libelftc/elftc_version.c	Mon Apr  6 13:55:33 2015	(r281147)
@@ -6,5 +6,5 @@
 const char *
 elftc_version(void)
 {
-	return "elftoolchain r3163M";
+	return "elftoolchain r3179M";
 }


More information about the svn-src-head mailing list