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:
jean-pierre charras 2023-09-11 10:40:07 +02:00
parent 89b1b69662
commit c66d4bab9c
1 changed files with 1 additions and 1 deletions

View File

@ -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