diff --git a/Code/FBSD/BlurredSegment/bsdetector.cpp b/Code/FBSD/BlurredSegment/bsdetector.cpp
index 9458174830fc808c7b4783bdadaeac534b8d3295..88d3b35f8e3d99406154857990dbad676e227675 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;