mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
This will faciliate a WITH_SYSTEM_LINKER option. Reviewed by: dim MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15110
10 lines
295 B
C++
10 lines
295 B
C++
// $FreeBSD$
|
|
|
|
#define LLD_VERSION 6.0.0
|
|
#define LLD_VERSION_STRING "6.0.0"
|
|
#define LLD_VERSION_MAJOR 6
|
|
#define LLD_VERSION_MINOR 0
|
|
|
|
#define LLD_REPOSITORY_STRING "FreeBSD"
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
|
#define LLD_REVISION_STRING "326565-120001"
|