From a46e1238cf7cd31b6f3d91b310b51d45347b2bf3 Mon Sep 17 00:00:00 2001 From: inv Date: Thu, 27 Jan 2011 14:23:03 +0000 Subject: [PATCH] Replacing BUILD level by MAINTENANCE one --- src/WOKTclLib/OCCTGetVersion.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } -- 2.39.5