From dec7b7db056a56a3322f8f84607a933ef401c62a Mon Sep 17 00:00:00 2001 From: Giulio Romualdi Date: Mon, 23 Sep 2019 12:30:08 +0200 Subject: [PATCH] bump version 0.3.0 -> 0.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a49486d..5b4ccc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED 11) project(OsqpEigen LANGUAGES CXX - VERSION 0.3.0) + VERSION 0.3.1) # add GNU dirs include(GNUInstallDirs)