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 19d4252 commit a1383a8Copy full SHA for a1383a8
fpm/fpm.toml
@@ -1,5 +1,5 @@
1
name = "fpm"
2
-version = "0.1.2"
+version = "0.1.3"
3
license = "MIT"
4
author = "fpm maintainers"
5
maintainer = ""
fpm/src/fpm_command_line.f90
@@ -120,7 +120,7 @@ subroutine get_command_line_settings(cmd_settings)
120
case default ; os_type = "OS Type: UNKNOWN"
121
end select
122
version_text = [character(len=80) :: &
123
- & 'Version: 0.1.2, alpha', &
+ & 'Version: 0.1.3, alpha', &
124
& 'Program: fpm(1)', &
125
& 'Description: A Fortran package manager and build system', &
126
& 'Home Page: https://github.com/fortran-lang/fpm', &
0 commit comments