Tag stable version 9.0.1 release.

This commit is contained in:
Wayne Stambaugh 2025-03-29 13:26:55 -04:00
parent afb5487fd5
commit 4a3889f1fe
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@
# KiCad. # KiCad.
# #
# Note: This version string should follow the semantic versioning system # Note: This version string should follow the semantic versioning system
set( KICAD_SEMANTIC_VERSION "9.0.1-rc2" ) set( KICAD_SEMANTIC_VERSION "9.0.1" )
# Default the version to the semantic version. # Default the version to the semantic version.
# This is overridden by the git repository tag though (if using git) # This is overridden by the git repository tag though (if using git)

View File

@ -109,6 +109,7 @@
"solder_mask_bridge": "error", "solder_mask_bridge": "error",
"starved_thermal": "error", "starved_thermal": "error",
"text_height": "warning", "text_height": "warning",
"text_on_edge_cuts": "error",
"text_thickness": "warning", "text_thickness": "warning",
"through_hole_pad_without_hole": "error", "through_hole_pad_without_hole": "error",
"too_many_vias": "error", "too_many_vias": "error",