diff options
author | LKedward <laurence.kedward@bristol.ac.uk> | 2020-12-05 17:15:20 +0000 |
---|---|---|
committer | LKedward <laurence.kedward@bristol.ac.uk> | 2020-12-05 17:21:04 +0000 |
commit | 7f1611d55d3fd431401008121a3cdf93e7d3968d (patch) | |
tree | 2685d85771f8bbf0b0002554684ee17c66febb98 | |
parent | 8f2d19af16e06cfb5f54d9df548237b2cb7ab2f5 (diff) | |
download | fpm-7f1611d55d3fd431401008121a3cdf93e7d3968d.tar.gz fpm-7f1611d55d3fd431401008121a3cdf93e7d3968d.zip |
Bump patch number
-rw-r--r-- | fpm/fpm.toml | 2 | ||||
-rw-r--r-- | fpm/src/fpm_command_line.f90 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fpm/fpm.toml b/fpm/fpm.toml index c30c9b4..dd92230 100644 --- a/fpm/fpm.toml +++ b/fpm/fpm.toml @@ -1,5 +1,5 @@ name = "fpm" -version = "0.1.1" +version = "0.1.2" license = "MIT" author = "fpm maintainers" maintainer = "" diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90 index 03daf6f..29991e5 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -83,7 +83,7 @@ contains case default ; os_type = "OS Type: UNKNOWN" end select version_text = [character(len=80) :: & - & 'Version: 0.1.1, alpha', & + & 'Version: 0.1.2, alpha', & & 'Program: fpm(1)', & & 'Description: A Fortran package manager and build system', & & 'Home Page: https://github.com/fortran-lang/fpm', & |