From 04da9a1ce99e8fce1abdb7eb9a2073f3188038ea Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Fri, 27 Aug 2021 10:28:23 +0200 Subject: Update version for new release (#546) --- src/fpm_command_line.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fpm_command_line.f90') diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 9c2da6b..2f00b58 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -137,7 +137,7 @@ contains case default ; os_type = "OS Type: UNKNOWN" end select version_text = [character(len=80) :: & - & 'Version: 0.3.0, alpha', & + & 'Version: 0.4.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