diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-11-21 16:33:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 16:33:16 +0100 |
commit | cc8a92006cdb1be73457734f354a4abff5167555 (patch) | |
tree | 0cc730e0f6189b0221de20e1ee6f5e9ce2c50c9d /src/fpm_command_line.f90 | |
parent | 3db95d9cb2bf3bda80bdd985dd0019bec0d0c85b (diff) | |
download | fpm-cc8a92006cdb1be73457734f354a4abff5167555.tar.gz fpm-cc8a92006cdb1be73457734f354a4abff5167555.zip |
Bump version to 0.5.0 (#614)
Diffstat (limited to 'src/fpm_command_line.f90')
-rw-r--r-- | src/fpm_command_line.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index db5d7c7..0837bf2 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -194,7 +194,7 @@ contains case default ; os_type = "OS Type: UNKNOWN" end select version_text = [character(len=80) :: & - & 'Version: 0.4.0, alpha', & + & 'Version: 0.5.0, alpha', & & 'Program: fpm(1)', & & 'Description: A Fortran package manager and build system', & & 'Home Page: https://github.com/fortran-lang/fpm', & |