Update format version for reference images and footprint format changes
This commit is contained in:
parent
a0274a8463
commit
f3f16a1e23
|
@ -143,7 +143,8 @@ class PCB_PLUGIN; // forward decl
|
|||
//#define SEXPR_BOARD_FILE_VERSION 20230906 // Multiple image type support in files
|
||||
//#define SEXPR_BOARD_FILE_VERSION 20230913 // Custom-shaped-pad spoke templates
|
||||
//#define SEXPR_BOARD_FILE_VERSION 20231007 // Generative objects
|
||||
#define SEXPR_BOARD_FILE_VERSION 20231014 // V8 file format normalization
|
||||
//#define SEXPR_BOARD_FILE_VERSION 20231014 // V8 file format normalization
|
||||
#define SEXPR_BOARD_FILE_VERSION 20231212 // Reference image locking/UUIDs, footprint boolean format
|
||||
|
||||
#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