Pcbnew: update SEXPR_BOARD_FILE_VERSION to 20190905 (actual commit date for board physical stackup feature)
This commit is contained in:
parent
5cf21789e9
commit
24ea8f970e
|
@ -62,7 +62,7 @@ class TEXTE_PCB;
|
|||
//#define SEXPR_BOARD_FILE_VERSION 20190421 // curves in custom pads
|
||||
//#define SEXPR_BOARD_FILE_VERSION 20190516 // Remove segment count from zones
|
||||
//#define SEXPR_BOARD_FILE_VERSION 20190605 // Add layer defaults
|
||||
#define SEXPR_BOARD_FILE_VERSION 20190825 // Add board physical stackup info in setup section
|
||||
#define SEXPR_BOARD_FILE_VERSION 20190905 // Add board physical stackup info in setup section
|
||||
|
||||
#define CTL_STD_LAYER_NAMES (1 << 0) ///< Use English Standard layer names
|
||||
#define CTL_OMIT_NETS (1 << 1) ///< Omit pads net names (useless in library)
|
||||
|
|
Loading…
Reference in New Issue