From cca5f83be11f40dd2be86671f8ec14a429540cc9 Mon Sep 17 00:00:00 2001 From: "John S. Urban" Date: Sun, 11 Jul 2021 16:11:39 -0400 Subject: all stops via fpm_stop(1) --- src/fpm_command_line.f90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fpm_command_line.f90') diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index d119443..3146c56 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -138,7 +138,8 @@ contains case default ; os_type = "OS Type: UNKNOWN" end select version_text = [character(len=80) :: & - & 'Version: 0.3.0, alpha', & + & 'Version: 0.3.0, alpha', & + & 'PR: 511', & & 'Program: fpm(1)', & & 'Description: A Fortran package manager and build system', & & 'Home Page: https://github.com/fortran-lang/fpm', & -- cgit v1.2.3