Skip to content

Commit cfc2e7e

Browse files
authored
FPM release v0.12.0 (#1142)
2 parents 87ffc0a + d39db6f commit cfc2e7e

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.11.0"
2+
version = "0.12.0"
33
license = "MIT"
44
author = "fpm maintainers"
55
maintainer = "@fortran-lang/fpm"

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.11.0
21+
# define FPM_RELEASE_VERSION 0.12.0
2222
#endif
2323

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

0 commit comments

Comments
 (0)