mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
8.0.1 final release r366581. The only functional change is a fix for a mismerge of upstream r360816, which properly restores the r2 register when unwinding on PowerPC64 (See https://reviews.freebsd.org/D20337). Relnotes: yes PR: 236062 MFC after: 3 days X-MFC-With: r349004
10 lines
296 B
C++
10 lines
296 B
C++
// $FreeBSD$
|
|
|
|
#define LLD_VERSION 8.0.1
|
|
#define LLD_VERSION_STRING "8.0.1"
|
|
#define LLD_VERSION_MAJOR 8
|
|
#define LLD_VERSION_MINOR 0
|
|
|
|
#define LLD_REPOSITORY_STRING "FreeBSD"
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
|
#define LLD_REVISION_STRING "366581-1300004"
|