rtems-bsps: Bump version to 7

Updates #5182
This commit is contained in:
Joel Sherrill
2025-01-10 16:52:23 -06:00
parent d73e38be27
commit f7b57e13de

View File

@@ -35,7 +35,7 @@ import os.path
import re
import sys
rtems_version = 6
rtems_version = 7
_BUILD_TYPE_BSP = re.compile(r"build-type:\s*bsp\n")