pcbnew & eeschema file format version bump

This commit is contained in:
Maciej Suminski 2017-09-19 18:22:56 +02:00
parent 85be485c34
commit d6f3961804
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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