From 4aab422e54b7b9706e056d2dd18e702c9298081f Mon Sep 17 00:00:00 2001 From: Vineet Bansal Date: Tue, 4 Apr 2023 16:52:11 -0400 Subject: [PATCH 1/2] Changelog for release of 0.1.7 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c49cb..969e230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Version 0.1.7 (4 April 2023) +--------------------------------- +* Using the correct CMake variable for longs during compilation +* Using the correct CMake variable for longs during CI Testing + Version 0.1.6 (20 June 2022) --------------------------------- * Export the version number in CMake and in preprocessor macros. From 3dc445856671f11060f871398766cd572348db24 Mon Sep 17 00:00:00 2001 From: Vineet Bansal Date: Tue, 4 Apr 2023 17:35:19 -0400 Subject: [PATCH 2/2] Changed patch version in CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 047cd43..25f6548 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.2) set(QDLDL_VERSION_MAJOR "0") set(QDLDL_VERSION_MINOR "1") -set(QDLDL_VERSION_PATCH "6") +set(QDLDL_VERSION_PATCH "7") set(QDLDL_VERSION "${QDLDL_VERSION_MAJOR}.${QDLDL_VERSION_MINOR}.${QDLDL_VERSION_PATCH}") # Project name