From 33a469b392ce955ae0f63cab3b16d02e536b72d4 Mon Sep 17 00:00:00 2001 From: Kerautret <bertrand.kerautret@univ-lyon2.fr> Date: Sun, 30 Dec 2018 03:09:34 +0100 Subject: [PATCH] Demo: test auto update again 3 --- 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 57bf6fb..49e8f15 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.1"; +const string BSDetector::VERSION = "0.1.2"; const int BSDetector::STEP_FINAL = 0; const int BSDetector::STEP_INITIAL = 1; const int BSDetector::STEP_PRELIM = 2; -- GitLab