Skip to content

Commit

Permalink
Update project version in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGaspar committed Sep 12, 2020
1 parent 80d6f3e commit 4f12d7b
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 @@ -37,7 +37,7 @@ else()
"Note, that the machine file can be placed in any directory (also outside the repo).")
endif()

project(parthenon VERSION 0.1.0 LANGUAGES C CXX)
project(parthenon VERSION 0.2.0 LANGUAGES C CXX)

include(CTest)

Expand Down

0 comments on commit 4f12d7b

Please sign in to comment.