fix: restore KiCAD 9 format version in templates (regression from upstream 2b38796)
Upstream commit2b38796downgraded template_with_symbols.kicad_sch and template_with_symbols_expanded.kicad_sch from version 20250114 to 20240101. KiCAD 9 requires version 20250114 - files with older versions cause parse errors or are rejected. This was originally fixed ince78fb4.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
(kicad_sch (version 20240101) (generator "KiCAD-MCP-Server")
|
(kicad_sch (version 20250114) (generator "KiCAD-MCP-Server")
|
||||||
|
|
||||||
(uuid a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d)
|
(uuid a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
(kicad_sch (version 20240101) (generator "KiCAD-MCP-Server")
|
(kicad_sch (version 20250114) (generator "KiCAD-MCP-Server")
|
||||||
|
|
||||||
(uuid c3d4e5f6-a7b8-4c9d-0e1f-2a3b4c5d6e7f)
|
(uuid c3d4e5f6-a7b8-4c9d-0e1f-2a3b4c5d6e7f)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user