mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
lld: use correct number of digits in __FreeBSD_version-style ID
__FreeBSD_version-style IDs should have 5 digits following the major.
This commit is contained in:
parent
d3009da8ad
commit
0873080489
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@
|
|||
|
||||
#define LLD_REPOSITORY_STRING "FreeBSD"
|
||||
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
||||
#define LLD_REVISION_STRING "326565-120001"
|
||||
#define LLD_REVISION_STRING "326565-1200001"
|
||||
|
|
|
|||
Loading…
Reference in a new issue