From 6824464b67833d288500c345d72797454b5fe1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Zbyszy=C5=84ski?= <github@mikezed.com> Date: Wed, 2 May 2018 10:20:31 +0100 Subject: [PATCH] updating RapidLib version --- src/rapidmix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rapidmix.h b/src/rapidmix.h index 5b7d5d0..358bfd7 100644 --- a/src/rapidmix.h +++ b/src/rapidmix.h @@ -38,9 +38,9 @@ #define RAPIDMIX_VERSION_MAJOR 2 #define RAPIDMIX_VERSION_MINOR 3 #define RAPIDMIX_VERSION_PATCH 0 -#define RAPIDMIX_VERSION "2.3.0" +#define RAPIDMIX_VERSION "2.3.1" #define RAPIDMIX_JSON_DOC_VERSION "1.0.0" -#define RAPIDMIX_REVISION "06-DECEMBER-2017" +#define RAPIDMIX_REVISION "2-MAY-2018" #include "machineLearning/machineLearning.h" #include "machineLearning/trainingData.h" -- GitLab