From 4befdacec04df64f16eb351132b6fe6473f60098 Mon Sep 17 00:00:00 2001 From: pcarana Date: Mon, 13 Jul 2020 19:18:57 -0500 Subject: [PATCH] Update to the newer version --- configure.ac | 2 +- docs/_config.yml | 2 +- examples/config.json | 2 +- man/fort.8 | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 270017c7..689dbd00 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([fort], [1.3.0], [fort-validator@nic.mx]) +AC_INIT([fort], [1.4.0], [fort-validator@nic.mx]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([subdir-objects]) diff --git a/docs/_config.yml b/docs/_config.yml index 2ac47384..f0df557c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -7,4 +7,4 @@ defaults: values: layout: "default" -fort-latest-version: 1.3.0 +fort-latest-version: 1.4.0 diff --git a/examples/config.json b/examples/config.json index a2031e88..354e4ac2 100644 --- a/examples/config.json +++ b/examples/config.json @@ -35,7 +35,7 @@ "tag": "Validation" }, "http": { - "user-agent": "fort/1.3.0", + "user-agent": "fort/1.4.0", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15, diff --git a/man/fort.8 b/man/fort.8 index 92841749..fc5c8cb4 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2020-05-21" "v1.3.0" "FORT validator" +.TH fort 8 "2020-07-13" "v1.4.0" "FORT validator" .SH NAME fort \- RPKI certificate path validator and RTR server @@ -1097,7 +1097,7 @@ to a specific value: "tag": "Validation" }, "http": { - "user-agent": "fort/1.3.0", + "user-agent": "fort/1.4.0", "connect-timeout": 30, "transfer-timeout": 0, "idle-timeout": 15, -- 2.47.2