mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 23:55:19 -04:00
10 lines
296 B
C++
10 lines
296 B
C++
// $FreeBSD$
|
|
|
|
#define LLD_VERSION 6.0.1
|
|
#define LLD_VERSION_STRING "6.0.1"
|
|
#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 "335540-1300000"
|