Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Sep 22, 2020
1 parent 4e0bf68 commit de2ee8f
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 @@ -4,7 +4,7 @@ project(fcore C CXX Fortran)

# Define version information
set(FCORE_MAJOR_VERSION 1)
set(FCORE_MINOR_VERSION 0)
set(FCORE_MINOR_VERSION 1)
set(FCORE_PATCH_VERSION 0)
set(FCORE_VERSION ${FCORE_MAJOR_VERSION}.${FCORE_MINOR_VERSION}.${FCORE_PATCH_VERSION})

Expand Down

0 comments on commit de2ee8f

Please sign in to comment.