aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-06-23 12:02:47 +0100
committerGitHub <noreply@github.com>2021-06-23 12:02:47 +0100
commitc3ab3e13475f20565a49732d3c83a953691d53c3 (patch)
tree0536dfb7f2c0bb23c7f1557e950896992b515cb6
parent041178013ac9cbcbd64e22e06a2b30737e3b4658 (diff)
parent7e95ef132f2434f1c41b259eeb42d60faa655c0c (diff)
downloadfpm-c3ab3e13475f20565a49732d3c83a953691d53c3.tar.gz
fpm-c3ab3e13475f20565a49732d3c83a953691d53c3.zip
Merge pull request #501 from LKedward/bump-version
Bump version for new release
-rw-r--r--fpm.toml2
-rw-r--r--src/fpm_command_line.f902
2 files changed, 2 insertions, 2 deletions
diff --git a/fpm.toml b/fpm.toml
index 568754c..c7ab9cf 100644
--- a/fpm.toml
+++ b/fpm.toml
@@ -1,5 +1,5 @@
name = "fpm"
-version = "0.2.0"
+version = "0.3.0"
license = "MIT"
author = "fpm maintainers"
maintainer = ""
diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90
index d324b97..b130f89 100644
--- a/src/fpm_command_line.f90
+++ b/src/fpm_command_line.f90
@@ -138,7 +138,7 @@ contains
case default ; os_type = "OS Type: UNKNOWN"
end select
version_text = [character(len=80) :: &
- & 'Version: 0.2.0, alpha', &
+ & 'Version: 0.3.0, alpha', &
& 'Program: fpm(1)', &
& 'Description: A Fortran package manager and build system', &
& 'Home Page: https://github.com/fortran-lang/fpm', &