Bump SCH file format version for "unconnected" -> "no_connect".

This commit is contained in:
Jeff Young 2021-01-23 16:39:38 +00:00
parent d8c7c8f700
commit 7a8a099259
1 changed files with 2 additions and 1 deletions

View File

@ -57,4 +57,5 @@
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200820
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200827 // Remove host tag
//#define SEXPR_SCHEMATIC_FILE_VERSION 20200828 // Add footprint to symbol_instances.
#define SEXPR_SCHEMATIC_FILE_VERSION 20201015 // Add sheet instance properties.
//#define SEXPR_SCHEMATIC_FILE_VERSION 20201015 // Add sheet instance properties.
#define SEXPR_SCHEMATIC_FILE_VERSION 20210123 // Rename "unconnected" pintype to "no_connect".