git: aaca677fee21 - stable/13 - Bump __FreeBSD_version after linuxkpi changes.

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Tue, 21 Feb 2023 08:22:07 UTC
The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=aaca677fee21f202db4bb974fc5056f4dcbbb598

commit aaca677fee21f202db4bb974fc5056f4dcbbb598
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-02-21 08:21:29 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-21 08:21:29 +0000

    Bump __FreeBSD_version after linuxkpi changes.
    
    Needed to have graphics/drm-515-kmod working.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 sys/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/param.h b/sys/sys/param.h
index 6c95088e783d..12a407dd0464 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1302502	/* Master, propagated to newvers */
+#define __FreeBSD_version 1302503	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,