From 24ea8f970e282c92dbb3ed099f9223e15af1b646 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 5 Sep 2019 20:15:30 +0200 Subject: [PATCH] Pcbnew: update SEXPR_BOARD_FILE_VERSION to 20190905 (actual commit date for board physical stackup feature) --- pcbnew/kicad_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/kicad_plugin.h b/pcbnew/kicad_plugin.h index e8614e6e62..a9d6eebac6 100644 --- a/pcbnew/kicad_plugin.h +++ b/pcbnew/kicad_plugin.h @@ -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)