We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba0bf9 commit 2a69727Copy full SHA for 2a69727
fpm.toml
@@ -1,5 +1,5 @@
1
name = "fpm"
2
-version = "0.7.0"
+version = "0.8.0"
3
license = "MIT"
4
author = "fpm maintainers"
5
maintainer = ""
src/fpm_command_line.f90
@@ -235,7 +235,7 @@ subroutine get_command_line_settings(cmd_settings)
235
end select
236
unix = os_is_unix(os)
237
version_text = [character(len=80) :: &
238
- & 'Version: 0.7.0, alpha', &
+ & 'Version: 0.8.0, alpha', &
239
& 'Program: fpm(1)', &
240
& 'Description: A Fortran package manager and build system', &
241
& 'Home Page: https://github.com/fortran-lang/fpm', &
0 commit comments