Version.inc (a63915c2d7ff177ce364488f86eff99949402051) Version.inc (86aa9539fef591a363b06a0ebd3aa7a07f4c1579)
1// $FreeBSD$
2
1// $FreeBSD$
2
3#define LLD_VERSION 8.0.1
4#define LLD_VERSION_STRING "8.0.1"
5#define LLD_VERSION_MAJOR 8
3#define LLD_VERSION 9.0.0
4#define LLD_VERSION_STRING "9.0.0"
5#define LLD_VERSION_MAJOR 9
6#define LLD_VERSION_MINOR 0
7
6#define LLD_VERSION_MINOR 0
7
8#define LLD_REPOSITORY_STRING "FreeBSD"
9// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
8// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
10#define LLD_REVISION_STRING "366581-1300004"
9#define LLD_REVISION "366426-1300004"
10#define LLD_REPOSITORY "FreeBSD"