Skip to content

Commit

Permalink
Changed patch version in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetbansal committed Apr 4, 2023
1 parent 4aab422 commit 3dc4458
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
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 3dc4458

Please sign in to comment.