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
This commit is contained in:
emaste 2015-01-22 17:53:30 +00:00
parent f6d6d22c9f
commit 8ef50ae63c

View File

@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
return "libelftc r3130";
return "elftoolchain r3136M";
}