pcbnew & eeschema file format version bump
This commit is contained in:
parent
85be485c34
commit
d6f3961804
|
@ -53,7 +53,7 @@ class SCH_PLUGIN;
|
||||||
* Part Library version and file header macros.
|
* Part Library version and file header macros.
|
||||||
*/
|
*/
|
||||||
#define LIB_VERSION_MAJOR 2
|
#define LIB_VERSION_MAJOR 2
|
||||||
#define LIB_VERSION_MINOR 3
|
#define LIB_VERSION_MINOR 4
|
||||||
|
|
||||||
/* Must be the first line of part library (.lib) files. */
|
/* Must be the first line of part library (.lib) files. */
|
||||||
#define LIBFILE_IDENT "EESchema-LIBRARY Version"
|
#define LIBFILE_IDENT "EESchema-LIBRARY Version"
|
||||||
|
|
|
@ -37,7 +37,7 @@ using KIGFX::COLOR4D;
|
||||||
class TRANSFORM;
|
class TRANSFORM;
|
||||||
class SCH_SHEET;
|
class SCH_SHEET;
|
||||||
|
|
||||||
#define EESCHEMA_VERSION 2
|
#define EESCHEMA_VERSION 3
|
||||||
#define SCHEMATIC_HEAD_STRING "Schematic File Version"
|
#define SCHEMATIC_HEAD_STRING "Schematic File Version"
|
||||||
|
|
||||||
#define DANGLING_SYMBOL_SIZE 12
|
#define DANGLING_SYMBOL_SIZE 12
|
||||||
|
|
|
@ -43,7 +43,7 @@ class NETINFO_MAPPING;
|
||||||
// // went to 32 Cu layers from 16.
|
// // went to 32 Cu layers from 16.
|
||||||
//#define SEXPR_BOARD_FILE_VERSION 20160815 // differential pair settings per net class
|
//#define SEXPR_BOARD_FILE_VERSION 20160815 // differential pair settings per net class
|
||||||
//#define SEXPR_BOARD_FILE_VERSION 20170123 // EDA_TEXT refactor, moved 'hide'
|
//#define SEXPR_BOARD_FILE_VERSION 20170123 // EDA_TEXT refactor, moved 'hide'
|
||||||
#define SEXPR_BOARD_FILE_VERSION 20170919 // custom pad shape
|
#define SEXPR_BOARD_FILE_VERSION 20170920 // long pad names
|
||||||
|
|
||||||
#define CTL_STD_LAYER_NAMES (1 << 0) ///< Use English Standard layer names
|
#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)
|
#define CTL_OMIT_NETS (1 << 1) ///< Omit pads net names (useless in library)
|
||||||
|
|
Loading…
Reference in New Issue