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