diff --git a/Code/Seg/BlurredSegment/bsdetector.cpp b/Code/Seg/BlurredSegment/bsdetector.cpp index 4b3ea6b65e49b1ec401a04b9d2348073bcf0b9de..bd52fa7060a48349a9318a77b215129c3663d509 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.1"; +const string BSDetector::VERSION = "0.2"; const int BSDetector::STEP_FINAL = 0; const int BSDetector::STEP_INITIAL = 1; const int BSDetector::STEP_PRELIM = 2;