Skip to content

Commit 04891d3

Browse files
committed
bump version number
1 parent 681256c commit 04891d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727
project(OverkitFortran Fortran C)
2828
set(OverkitFortran_VERSION_MAJOR 2)
2929
set(OverkitFortran_VERSION_MINOR 0)
30-
set(OverkitFortran_VERSION_PATCH 0)
30+
set(OverkitFortran_VERSION_PATCH 1)
3131
set(OverkitFortran_VERSION ${OverkitFortran_VERSION_MAJOR}.${OverkitFortran_VERSION_MINOR}.${OverkitFortran_VERSION_PATCH})
3232

3333
# Module stuff

0 commit comments

Comments
 (0)