diff options
author | LKedward <laurence.kedward@bristol.ac.uk> | 2021-03-30 08:58:22 +0100 |
---|---|---|
committer | LKedward <laurence.kedward@bristol.ac.uk> | 2021-03-30 08:59:54 +0100 |
commit | 7060382471f98cd924fbc2a880d678175095e701 (patch) | |
tree | b8783d17bf02ace1c84b4ffa5fa6de310f2d6546 | |
parent | 495435278b3dbd484be909aa93946e1ef965fd8a (diff) | |
download | fpm-7060382471f98cd924fbc2a880d678175095e701.tar.gz fpm-7060382471f98cd924fbc2a880d678175095e701.zip |
Bump version to 0.2.0.
-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 e28f2bc..4bd2d96 100644 --- a/fpm/fpm.toml +++ b/fpm/fpm.toml @@ -1,5 +1,5 @@ name = "fpm" -version = "0.1.4" +version = "0.2.0" license = "MIT" author = "fpm maintainers" maintainer = "" diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90 index b986cf7..9e9a572 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -133,7 +133,7 @@ contains case default ; os_type = "OS Type: UNKNOWN" end select version_text = [character(len=80) :: & - & 'Version: 0.1.4, alpha', & + & 'Version: 0.2.0, alpha', & & 'Program: fpm(1)', & & 'Description: A Fortran package manager and build system', & & 'Home Page: https://github.com/fortran-lang/fpm', & |