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 32c96e5 commit a5fe874Copy full SHA for a5fe874
fpm/fpm.toml
@@ -1,5 +1,5 @@
1
name = "fpm"
2
-version = "0.1.3"
+version = "0.1.4"
3
license = "MIT"
4
author = "fpm maintainers"
5
maintainer = ""
fpm/src/fpm_command_line.f90
@@ -130,7 +130,7 @@ subroutine get_command_line_settings(cmd_settings)
130
case default ; os_type = "OS Type: UNKNOWN"
131
end select
132
version_text = [character(len=80) :: &
133
- & 'Version: 0.1.3, alpha', &
+ & 'Version: 0.1.4, alpha', &
134
& 'Program: fpm(1)', &
135
& 'Description: A Fortran package manager and build system', &
136
& 'Home Page: https://github.com/fortran-lang/fpm', &
0 commit comments