Skip to content

Commit ac06dfc

Browse files
authored
FPM release v0.11.0 (#1103)
2 parents 4922f55 + 41121a5 commit ac06dfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fpm.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name = "fpm"
2-
version = "0.10.1"
2+
version = "0.11.0"
33
license = "MIT"
44
author = "fpm maintainers"
55
maintainer = ""
6-
copyright = "2020-2023 fpm contributors"
6+
copyright = "2020-2025 fpm contributors"
77

88
[preprocess]
99
[preprocess.cpp]

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

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

0 commit comments

Comments
 (0)