浏览代码

[update] eclipse.py

thread-liu 5 年之前
父节点
当前提交
f899299699
共有 1 个文件被更改,包括 1 次插入1 次删除
  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']