aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLKedward <laurence.kedward@bristol.ac.uk>2020-12-16 13:42:23 +0000
committerLKedward <laurence.kedward@bristol.ac.uk>2020-12-16 13:42:23 +0000
commita1383a84dae10375aaf147818987be2cb3cb0346 (patch)
tree4968e7dcb20f3a9dfb206cfc2341015425ca98f6
parent19d425247f82c5d000dbf6d640c3612fa18fc7e4 (diff)
downloadfpm-a1383a84dae10375aaf147818987be2cb3cb0346.tar.gz
fpm-a1383a84dae10375aaf147818987be2cb3cb0346.zip
Bump patch number for new release
-rw-r--r--fpm/fpm.toml2
-rw-r--r--fpm/src/fpm_command_line.f902
2 files changed, 2 insertions, 2 deletions
diff --git a/fpm/fpm.toml b/fpm/fpm.toml
index 3179d2d..48f5b00 100644
--- a/fpm/fpm.toml
+++ b/fpm/fpm.toml
@@ -1,5 +1,5 @@
name = "fpm"
-version = "0.1.2"
+version = "0.1.3"
license = "MIT"
author = "fpm maintainers"
maintainer = ""
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90
index 96a335f..2354213 100644
--- a/fpm/src/fpm_command_line.f90
+++ b/fpm/src/fpm_command_line.f90
@@ -120,7 +120,7 @@ contains
case default ; os_type = "OS Type: UNKNOWN"
end select
version_text = [character(len=80) :: &
- & 'Version: 0.1.2, alpha', &
+ & 'Version: 0.1.3, alpha', &
& 'Program: fpm(1)', &
& 'Description: A Fortran package manager and build system', &
& 'Home Page: https://github.com/fortran-lang/fpm', &