mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Bump __FreeBSD_version after r269489 so ports can use it.
This commit is contained in:
parent
54d8c5d5af
commit
f874ca3efd
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1100028 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1100029 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
|
|
|||
Loading…
Reference in a new issue