Przeglądaj źródła

[update] eclipse.py

thread-liu 5 lat temu
rodzic
commit
f899299699
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/eclipse.py

+ 1 - 1
tools/eclipse.py

@@ -22,7 +22,7 @@ from xml.etree.ElementTree import SubElement
 
 from building import *
 
-MODULE_VER_NUM = 2
+MODULE_VER_NUM = 3
 
 source_pattern = ['*.c', '*.cpp', '*.cxx', '*.s', '*.S', '*.asm']