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.
36
36
37
37
__ Note:__ On Linux and MacOS, you will need to enable executable permission before you can use the binary.
38
38
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 `
40
40
41
41
#### Conda
42
42
Original file line number Diff line number Diff line change 1
1
name = " fpm"
2
- version = " 0.3 .0"
2
+ version = " 0.4 .0"
3
3
license = " MIT"
4
4
author = " fpm maintainers"
5
5
maintainer = " "
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ subroutine get_command_line_settings(cmd_settings)
137
137
case default ; os_type = " OS Type: UNKNOWN"
138
138
end select
139
139
version_text = [character (len= 80 ) :: &
140
- & ' Version: 0.3 .0, alpha' , &
140
+ & ' Version: 0.4 .0, alpha' , &
141
141
& ' Program: fpm(1)' , &
142
142
& ' Description: A Fortran package manager and build system' , &
143
143
& ' Home Page: https://github.com/fortran-lang/fpm' , &
You can’t perform that action at this time.
0 commit comments