From: inv Date: Thu, 27 Jan 2011 14:23:03 +0000 (+0000) Subject: Replacing BUILD level by MAINTENANCE one X-Git-Tag: V6_7_1~115 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=a46e1238cf7cd31b6f3d91b310b51d45347b2bf3;p=occt-wok.git Replacing BUILD level by MAINTENANCE one --- diff --git a/src/WOKTclLib/OCCTGetVersion.tcl b/src/WOKTclLib/OCCTGetVersion.tcl index bf8021b..e49a11a 100755 --- a/src/WOKTclLib/OCCTGetVersion.tcl +++ b/src/WOKTclLib/OCCTGetVersion.tcl @@ -12,7 +12,7 @@ proc OCCTGetVersion {} { set v_major $num } elseif {[regexp {^[ \t]*\#define[ \t]*OCC_VERSION_MINOR[ \t]*([0-9]+)} $line str num]} { set v_minor $num - } elseif {[regexp {^[ \t]*\#define[ \t]*OCC_VERSION_BUILD[ \t]*([0-9]+)} $line str num]} { + } elseif {[regexp {^[ \t]*\#define[ \t]*OCC_VERSION_MAINTENANCE[ \t]*([0-9]+)} $line str num]} { set v_build $num } }