We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4922f55 + 41121a5 commit ac06dfcCopy full SHA for ac06dfc
fpm.toml
@@ -1,9 +1,9 @@
1
name = "fpm"
2
-version = "0.10.1"
+version = "0.11.0"
3
license = "MIT"
4
author = "fpm maintainers"
5
maintainer = ""
6
-copyright = "2020-2023 fpm contributors"
+copyright = "2020-2025 fpm contributors"
7
8
[preprocess]
9
[preprocess.cpp]
src/fpm/fpm_release.F90
@@ -18,7 +18,7 @@ type(version_t) function fpm_version()
18
19
! Fallback to last known version in case of undefined macro
20
#ifndef FPM_RELEASE_VERSION
21
-# define FPM_RELEASE_VERSION 0.10.1
+# define FPM_RELEASE_VERSION 0.11.0
22
#endif
23
24
! Accept solution from https://stackoverflow.com/questions/31649691/stringify-macro-with-gnu-gfortran
0 commit comments