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 8f2d19a commit 7f1611dCopy full SHA for 7f1611d
fpm/fpm.toml
@@ -1,5 +1,5 @@
1
name = "fpm"
2
-version = "0.1.1"
+version = "0.1.2"
3
license = "MIT"
4
author = "fpm maintainers"
5
maintainer = ""
fpm/src/fpm_command_line.f90
@@ -83,7 +83,7 @@ subroutine get_command_line_settings(cmd_settings)
83
case default ; os_type = "OS Type: UNKNOWN"
84
end select
85
version_text = [character(len=80) :: &
86
- & 'Version: 0.1.1, alpha', &
+ & 'Version: 0.1.2, alpha', &
87
& 'Program: fpm(1)', &
88
& 'Description: A Fortran package manager and build system', &
89
& 'Home Page: https://github.com/fortran-lang/fpm', &
0 commit comments