diff --git a/App/tools/getVersion.tcl b/App/tools/getVersion.tcl index 7188e2b..640e178 100755 --- a/App/tools/getVersion.tcl +++ b/App/tools/getVersion.tcl @@ -143,6 +143,13 @@ scanmatch $git_context {^ D .*} { continue } +scanmatch $git_context {^A .*} { + set file [lindex $matchInfo(line) 1] + puts stderr "$file: locally added => version test" + set version test + continue +} + scanmatch $git_context {^([ MADRCU][ MADRCU]) .*} { set file [lindex $matchInfo(line) 1] puts stderr "$file: $matchInfo(submatch0) (whatever that means) => version test"