Author: emaste
Date: Fri Apr 20 00:59:53 2018
New Revision: 332803
URL: https://svnweb.freebsd.org/changeset/base/332803

Log:
  lld: use correct number of digits in __FreeBSD_version-style ID
  
  __FreeBSD_version-style IDs should have 5 digits following the major.

Modified:
  head/lib/clang/include/lld/Common/Version.inc

Modified: head/lib/clang/include/lld/Common/Version.inc
==============================================================================
--- head/lib/clang/include/lld/Common/Version.inc       Fri Apr 20 00:02:47 
2018        (r332802)
+++ head/lib/clang/include/lld/Common/Version.inc       Fri Apr 20 00:59:53 
2018        (r332803)
@@ -7,4 +7,4 @@
 
 #define LLD_REPOSITORY_STRING "FreeBSD"
 // <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
-#define LLD_REVISION_STRING "326565-120001"
+#define LLD_REVISION_STRING "326565-1200001"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to