Salome HOME
Integration of ISR fixes:
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / som / Revision.java
index 6e79a5890f5b7426d8f2ababed7c6d88d3154e4f..7ba7ed23ca529ce874545b839887fed8bb1b7b4e 100644 (file)
@@ -182,7 +182,7 @@ public class Revision {
 //  -------------------------------------------------
       if      (state == ProgressState.inWORK || state == ProgressState.inDRAFT) {
                _minor += 1;
-       } else if (state == ProgressState.inCHECK) {
+       } else if (state == ProgressState.inCHECK || state == ProgressState.EXTERN) {
         _major = _major + 1;
         _minor = 0;
       }