From 2a6972731c5630c3f3210001496874af55f6af86 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Fri, 7 Apr 2023 13:03:50 +0200 Subject: [PATCH] Release version 0.8.0 (#869) --- fpm.toml | 2 +- src/fpm_command_line.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fpm.toml b/fpm.toml index 413c21b817..e59941e417 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "fpm" -version = "0.7.0" +version = "0.8.0" license = "MIT" author = "fpm maintainers" maintainer = "" diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 985d8892a2..4a434deb4b 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -235,7 +235,7 @@ subroutine get_command_line_settings(cmd_settings) end select unix = os_is_unix(os) version_text = [character(len=80) :: & - & 'Version: 0.7.0, alpha', & + & 'Version: 0.8.0, alpha', & & 'Program: fpm(1)', & & 'Description: A Fortran package manager and build system', & & 'Home Page: https://github.com/fortran-lang/fpm', &