From daea8373b507d192065f6d63673560b70ff2fd60 Mon Sep 17 00:00:00 2001
From: Robin Mueller <muellerr@irs.uni-stuttgart.de>
Date: Sun, 25 Apr 2021 12:35:24 +0200
Subject: [PATCH] OBSW VERsion

---
 common/config/OBSWVersion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/config/OBSWVersion.h b/common/config/OBSWVersion.h
index 548363f2..7ac812e6 100644
--- a/common/config/OBSWVersion.h
+++ b/common/config/OBSWVersion.h
@@ -4,7 +4,7 @@
 const char* const SW_NAME = "eive";
 
 #define SW_VERSION 1
-#define SW_SUBVERSION 1
+#define SW_SUBVERSION 2
 #define SW_SUBSUBVERSION 0
 
 #endif /* COMMON_CONFIG_OBSWVERSION_H_ */