Skip to content
Snippets Groups Projects
Commit 855c6a95 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Migrate to KiCAD-5

parent 42352091
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ class Lib: ...@@ -97,7 +97,7 @@ class Lib:
def commit(self): def commit(self):
with open(self.path, 'w') as f: with open(self.path, 'w') as f:
f.write('EESchema-LIBRARY Version 2.3\n') f.write('EESchema-LIBRARY Version 2.4\n')
f.write('#encoding utf-8\n') f.write('#encoding utf-8\n')
for c in sorted(self.component): for c in sorted(self.component):
f.write(''.join(self.component[c])) f.write(''.join(self.component[c]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment