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 0411780 commit 7e95ef1Copy full SHA for 7e95ef1
fpm.toml
@@ -1,5 +1,5 @@
1
name = "fpm"
2
-version = "0.2.0"
+version = "0.3.0"
3
license = "MIT"
4
author = "fpm maintainers"
5
maintainer = ""
src/fpm_command_line.f90
@@ -138,7 +138,7 @@ subroutine get_command_line_settings(cmd_settings)
138
case default ; os_type = "OS Type: UNKNOWN"
139
end select
140
version_text = [character(len=80) :: &
141
- & 'Version: 0.2.0, alpha', &
+ & 'Version: 0.3.0, alpha', &
142
& 'Program: fpm(1)', &
143
& 'Description: A Fortran package manager and build system', &
144
& 'Home Page: https://github.com/fortran-lang/fpm', &
0 commit comments