From 57973330f36b705b39e18ae86bca234ce4484515 Mon Sep 17 00:00:00 2001 From: bschulz81 <80183710+bschulz81@users.noreply.github.com> Date: Tue, 2 Jan 2024 05:45:30 +0100 Subject: [PATCH] Update CMakeLists.txt updated the version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83f3ec7..850205e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.5) project ("RobustRegressionLib") -project(RobustRegressionLib VERSION 1.3.0 DESCRIPTION "Library with functions for robust regression and a testapp") +project(RobustRegressionLib VERSION 1.3.2 DESCRIPTION "Library with functions for robust regression and a testapp") option(WITH_PYTHON "set this to generate python bindings" ON) option(WITH_TESTAPP "set this to generate the testapplications" ON)