Skip to content

Commit 80869ad

Browse files
authored
Merge pull request #978 from gnikit/release/v0.10.0
FPM Release v0.10.0
2 parents c6ef3c4 + 70ecab1 commit 80869ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fpm.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "fpm"
2-
version = "0.9.0"
2+
version = "0.10.0"
33
license = "MIT"
44
author = "fpm maintainers"
55
maintainer = ""

src/fpm/fpm_release.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type(version_t) function fpm_version()
1818

1919
! Fallback to last known version in case of undefined macro
2020
#ifndef FPM_RELEASE_VERSION
21-
# define FPM_RELEASE_VERSION 0.8.0
21+
# define FPM_RELEASE_VERSION 0.10.0
2222
#endif
2323

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

0 commit comments

Comments
 (0)