Skip to content

Commit 04da9a1

Browse files
authored
Update version for new release (#546)
1 parent 5f9914e commit 04da9a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "fpm"
2-
version = "0.3.0"
2+
version = "0.4.0"
33
license = "MIT"
44
author = "fpm maintainers"
55
maintainer = ""

src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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', &

0 commit comments

Comments
 (0)