From cc49c2555f4b294ba5cd9f68a12917dea6961390 Mon Sep 17 00:00:00 2001 From: Kerautret <bertrand.kerautret@univ-lyon2.fr> Date: Sun, 30 Dec 2018 03:02:39 +0100 Subject: [PATCH] Demo: test auto update again 2 --- Code/Seg/BlurredSegment/bsdetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Seg/BlurredSegment/bsdetector.cpp b/Code/Seg/BlurredSegment/bsdetector.cpp index 77536be..57bf6fb 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.0"; +const string BSDetector::VERSION = "0.1.1"; const int BSDetector::STEP_FINAL = 0; const int BSDetector::STEP_INITIAL = 1; const int BSDetector::STEP_PRELIM = 2; -- GitLab