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. 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