Skip to content

Commit

Permalink
Update the project version to 0.22.
Browse files Browse the repository at this point in the history
In preparation for the next release.
  • Loading branch information
krasznaa authored Oct 7, 2023
1 parent ffd9ddb commit b1cf07b
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 @@ -6,7 +6,7 @@

# Set up the project.
cmake_minimum_required( VERSION 3.14 )
project( algebra-plugins VERSION 0.20 LANGUAGES CXX )
project( algebra-plugins VERSION 0.22 LANGUAGES CXX )

# Set up the used C++ standard.
set( CMAKE_CXX_STANDARD 17 CACHE STRING "The (host) C++ standard to use" )
Expand Down

0 comments on commit b1cf07b

Please sign in to comment.