Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
updated the version number
  • Loading branch information
bschulz81 authored Jan 2, 2024
1 parent bd62a98 commit 5797333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5797333

Please sign in to comment.