From 95389724bf1aed6c42695c3192e2a05f69955295 Mon Sep 17 00:00:00 2001
From: even <philippe.even@loria.fr>
Date: Wed, 10 Apr 2019 22:11:47 +0200
Subject: [PATCH] Version update

---
 Code/FBSD/BlurredSegment/bsdetector.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/FBSD/BlurredSegment/bsdetector.cpp b/Code/FBSD/BlurredSegment/bsdetector.cpp
index 9458174..88d3b35 100755
--- a/Code/FBSD/BlurredSegment/bsdetector.cpp
+++ b/Code/FBSD/BlurredSegment/bsdetector.cpp
@@ -2,7 +2,7 @@
 //#include "linespacefilter.h"
 
 
-const string BSDetector::VERSION = "0.1.5";
+const string BSDetector::VERSION = "0.2.0";
 const int BSDetector::STEP_FINAL = 0;
 const int BSDetector::STEP_INITIAL = 1;
 const int BSDetector::STEP_PRELIM = 2;
-- 
GitLab