Skip to content

Commit

Permalink
Merge pull request #49 from osqp/vb/release-0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
imciner2 committed Apr 4, 2023
2 parents 9a115a5 + 3dc4458 commit df48100
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit df48100

Please sign in to comment.