Skip to content

Commit

Permalink
Update fpm_release.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 authored Apr 1, 2024
1 parent c5d5f59 commit c43a4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm/fpm_release.F90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type(version_t) function fpm_version()

! Fallback to last known version in case of undefined macro
#ifndef FPM_RELEASE_VERSION
# define FPM_RELEASE_VERSION 0.10.1
# define FPM_RELEASE_VERSION 0.10.2
#endif

! Accept solution from https://stackoverflow.com/questions/31649691/stringify-macro-with-gnu-gfortran
Expand Down

0 comments on commit c43a4f4

Please sign in to comment.