diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-03-30 09:20:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 09:20:06 +0100 |
commit | 799fcacee02e60a1679116765c4c3669d31e7201 (patch) | |
tree | b8783d17bf02ace1c84b4ffa5fa6de310f2d6546 | |
parent | 495435278b3dbd484be909aa93946e1ef965fd8a (diff) | |
parent | 7060382471f98cd924fbc2a880d678175095e701 (diff) | |
download | fpm-799fcacee02e60a1679116765c4c3669d31e7201.tar.gz fpm-799fcacee02e60a1679116765c4c3669d31e7201.zip |
Merge pull request #417 from LKedward/bump_version
Bump version for new release
-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', & |