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

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