File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ non-Fortran related package manager.
3636
3737__Note:__ On Linux and MacOS, you will need to enable executable permission before you can use the binary.
3838
39- _e.g._ `$ chmod u+x fpm-0.3 .0-linux-x86_64`
39+ _e.g._ `$ chmod u+x fpm-0.4 .0-linux-x86_64`
4040
4141#### Conda
4242
Original file line number Diff line number Diff line change 11name = "fpm"
2- version = "0.3 .0"
2+ version = "0.4 .0"
33license = "MIT"
44author = "fpm maintainers"
55maintainer = ""
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ subroutine get_command_line_settings(cmd_settings)
137137 case default ; os_type = "OS Type: UNKNOWN"
138138 end select
139139 version_text = [character(len=80) :: &
140- & 'Version: 0.3 .0, alpha', &
140+ & 'Version: 0.4 .0, alpha', &
141141 & 'Program: fpm(1)', &
142142 & 'Description: A Fortran package manager and build system', &
143143 & 'Home Page: https://github.com/fortran-lang/fpm', &
You can’t perform that action at this time.
0 commit comments