From 4ac9daecd55919319764a1dcf0aab3b668c6346b Mon Sep 17 00:00:00 2001
From: Kerautret <bertrand.kerautret@univ-lyon2.fr>
Date: Sun, 30 Dec 2018 03:31:19 +0100
Subject: [PATCH] Demo: test auto update again 4

---
 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 49e8f15..ad6a21b 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.2";
+const string BSDetector::VERSION = "0.1.4";
 const int BSDetector::STEP_FINAL = 0;
 const int BSDetector::STEP_INITIAL = 1;
 const int BSDetector::STEP_PRELIM = 2;
-- 
GitLab