Browse Source

[tools] update eclipse tools version number.

armink 5 years ago
parent
commit
32b4c0f293
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/eclipse.py

+ 1 - 1
tools/eclipse.py

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