From a12651afb54994ef32dcae1c0a9e0bd1e8d8c238 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Zbyszy=C5=84ski?= <m.zbyszynski@gold.ac.uk>
Date: Fri, 10 Nov 2017 12:21:53 +0000
Subject: [PATCH] updating version number for push to remote

---
 src/rapidmix.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/rapidmix.h b/src/rapidmix.h
index fa3e13e..77b739c 100644
--- a/src/rapidmix.h
+++ b/src/rapidmix.h
@@ -37,9 +37,9 @@
 
 #define RAPIDMIX_VERSION_MAJOR 2
 #define RAPIDMIX_VERSION_MINOR 2
-#define RAPIDMIX_VERSION_PATCH 0
-#define RAPIDMIX_VERSION "2.2.0"
-#define RAPIDMIX_REVISION "27-SEPTEMBER-2017"
+#define RAPIDMIX_VERSION_PATCH 1
+#define RAPIDMIX_VERSION "2.2.1"
+#define RAPIDMIX_REVISION "10-NOVEMBER-2017"
 
 #include "machineLearning/machineLearning.h"
 #include "machineLearning/trainingData.h"
-- 
GitLab