Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
majosm committed Mar 6, 2020
1 parent 343edf0 commit eb9377c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ endif()
#===============

project(OverkitFortran Fortran C)
set(OverkitFortran_VERSION_MAJOR 1)
set(OverkitFortran_VERSION_MAJOR 2)
set(OverkitFortran_VERSION_MINOR 0)
set(OverkitFortran_VERSION_PATCH 6)
set(OverkitFortran_VERSION_PATCH 0)
set(OverkitFortran_VERSION ${OverkitFortran_VERSION_MAJOR}.${OverkitFortran_VERSION_MINOR}.${OverkitFortran_VERSION_PATCH})

# Module stuff
Expand Down

0 comments on commit eb9377c

Please sign in to comment.