mirror of
https://github.com/opnsense/src.git
synced 2026-03-13 06:02:46 -04:00
libunwind and openmp to the upstream release_80 branch r363030 (effectively, 8.0.1 rc2). The 8.0.1 release should follow this within a week or so. MFC after: 2 weeks
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 "363030-1300004"
|