diff --git a/Code/Seg/BlurredSegment/bsdetector.cpp b/Code/Seg/BlurredSegment/bsdetector.cpp index bd52fa7060a48349a9318a77b215129c3663d509..77536be9ef2e070f7e7f3e69ef4b74a1082a3b6e 100755 --- a/Code/Seg/BlurredSegment/bsdetector.cpp +++ b/Code/Seg/BlurredSegment/bsdetector.cpp @@ -1,7 +1,7 @@ #include "bsdetector.h" -const string BSDetector::VERSION = "0.2"; +const string BSDetector::VERSION = "0.2.0"; const int BSDetector::STEP_FINAL = 0; const int BSDetector::STEP_INITIAL = 1; const int BSDetector::STEP_PRELIM = 2;