SEXPR_BOARD_FILE_VERSION: fix a typo in commit 0e382669: the date is incorrect.
was set to 20230606 instead of 20230906. it creates some issues when reading files having a 20230606 as file version. Fixes #15617 https://gitlab.com/kicad/code/kicad/-/issues/15617
This commit is contained in:
parent
89b1b69662
commit
c66d4bab9c
|
@ -139,7 +139,7 @@ class PCB_PLUGIN; // forward decl
|
|||
//#define SEXPR_BOARD_FILE_VERSION 20230620 // PCB Fields
|
||||
//#define SEXPR_BOARD_FILE_VERSION 20230730 // Connectivity for graphic shapes
|
||||
//#define SEXPR_BOARD_FILE_VERSION 20230825 // Textbox explicit border flag
|
||||
#define SEXPR_BOARD_FILE_VERSION 20230606 // Multiple image type support in files
|
||||
#define SEXPR_BOARD_FILE_VERSION 20230906 // Multiple image type support in files
|
||||
|
||||
#define BOARD_FILE_HOST_VERSION 20200825 ///< Earlier files than this include the host tag
|
||||
#define LEGACY_ARC_FORMATTING 20210925 ///< These were the last to use old arc formatting
|
||||
|
|
Loading…
Reference in New Issue