We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c60d12 commit 93f6f70Copy full SHA for 93f6f70
fpm.toml
@@ -1,5 +1,5 @@
1
name = "fpm"
2
-version = "0.6.0"
+version = "0.7.0"
3
license = "MIT"
4
author = "fpm maintainers"
5
maintainer = ""
src/fpm_command_line.f90
@@ -223,7 +223,7 @@ subroutine get_command_line_settings(cmd_settings)
223
end select
224
unix = os_is_unix(os)
225
version_text = [character(len=80) :: &
226
- & 'Version: 0.6.0, alpha', &
+ & 'Version: 0.7.0, alpha', &
227
& 'Program: fpm(1)', &
228
& 'Description: A Fortran package manager and build system', &
229
& 'Home Page: https://github.com/fortran-lang/fpm', &
0 commit comments