aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_command_line.f90
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-08-27 10:28:23 +0200
committerGitHub <noreply@github.com>2021-08-27 10:28:23 +0200
commit04da9a1ce99e8fce1abdb7eb9a2073f3188038ea (patch)
tree2a7b6a712ed7ea076c93e106b519070b2eee9410 /src/fpm_command_line.f90
parent5f9914e40ada34528748655663e4acb15a2a6ec8 (diff)
downloadfpm-04da9a1ce99e8fce1abdb7eb9a2073f3188038ea.tar.gz
fpm-04da9a1ce99e8fce1abdb7eb9a2073f3188038ea.zip
Update version for new release (#546)
Diffstat (limited to 'src/fpm_command_line.f90')
-rw-r--r--src/fpm_command_line.f902
1 files changed, 1 insertions, 1 deletions
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', &