We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6ef3c4 + 70ecab1 commit 80869adCopy full SHA for 80869ad
fpm.toml
@@ -1,5 +1,5 @@
1
name = "fpm"
2
-version = "0.9.0"
+version = "0.10.0"
3
license = "MIT"
4
author = "fpm maintainers"
5
maintainer = ""
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.8.0
+# define FPM_RELEASE_VERSION 0.10.0
22
#endif
23
24
! Accept solution from https://stackoverflow.com/questions/31649691/stringify-macro-with-gnu-gfortran
0 commit comments