From cc8a92006cdb1be73457734f354a4abff5167555 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sun, 21 Nov 2021 16:33:16 +0100 Subject: Bump version to 0.5.0 (#614) --- README.md | 2 +- fpm.toml | 2 +- install.sh | 2 +- src/fpm_command_line.f90 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72be678..95fca95 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Binaries for the latest stable release are available [to download](https://githu __Note:__ On Linux and MacOS, you will need to enable executable permission before you can use the binary. -_e.g._ `$ chmod u+x fpm-0.4.0-linux-x86_64` +_e.g._ `$ chmod u+x fpm-0.5.0-linux-x86_64` The binaries at the [current tag](https://github.com/fortran-lang/fpm/releases/tag/current) are updated automatically to always provide the current git version from the default branch. diff --git a/fpm.toml b/fpm.toml index 12ec05a..7289c82 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "fpm" -version = "0.4.0" +version = "0.5.0" license = "MIT" author = "fpm maintainers" maintainer = "" diff --git a/install.sh b/install.sh index 81a442a..c3ae07b 100755 --- a/install.sh +++ b/install.sh @@ -42,7 +42,7 @@ done set -u # error on use of undefined variable -SOURCE_URL="https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0.F90" +SOURCE_URL="https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0.F90" BOOTSTRAP_DIR="build/bootstrap" if [ -z ${FC+x} ]; then FC="gfortran" 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', & -- cgit v1.2.3