diff --git a/Code/Seg/BlurredSegment/bsdetector.cpp b/Code/Seg/BlurredSegment/bsdetector.cpp
index 49e8f15470db7cc475ceeecb9c0fb006f62dbdcb..ad6a21b780a4f5d41d1b650f71333788f3e221c8 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;