svn commit: r277534 - head/lib/libelftc
Ed Maste
emaste at FreeBSD.org
Thu Jan 22 17:53:31 UTC 2015
Author: emaste
Date: Thu Jan 22 17:53:30 2015
New Revision: 277534
URL: https://svnweb.freebsd.org/changeset/base/277534
Log:
Update reported elftoolchain version
The last elftoolchain update is upstream rev 3136. Update our reported
version and add M (Modified) suffix as our elftoolchain contains
additional fixes not yet committed upstream.
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libelftc/elftc_version.c
Modified: head/lib/libelftc/elftc_version.c
==============================================================================
--- head/lib/libelftc/elftc_version.c Thu Jan 22 17:46:05 2015 (r277533)
+++ head/lib/libelftc/elftc_version.c Thu Jan 22 17:53:30 2015 (r277534)
@@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
- return "libelftc r3130";
+ return "elftoolchain r3136M";
}
More information about the svn-src-all
mailing list