Skip to content

Commit f9c2570

Browse files
committed
Update current version to 1.4.1
1 parent 75ff22f commit f9c2570

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([fort], [1.4.0], [[email protected]])
5+
AC_INIT([fort], [1.4.1], [[email protected]])
66
AC_CONFIG_SRCDIR([src/main.c])
77
AM_INIT_AUTOMAKE([subdir-objects])
88

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--- Alpine build container ---
22
FROM alpine:latest AS builder
3-
ARG FORT_VERSION=1.4.0
3+
ARG FORT_VERSION=1.4.1
44

55
# Install compiler and dependencies
66
RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defaults:
88
layout: "default"
99
image: "/img/logo_validador_og.png"
1010

11-
fort-latest-version: 1.4.0
11+
fort-latest-version: 1.4.1
1212
plugins:
1313
- jekyll-seo-tag
1414
- jekyll-sitemap

examples/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"count": 2,
4242
"interval": 5
4343
},
44-
"user-agent": "fort/1.4.0",
44+
"user-agent": "fort/1.4.1",
4545
"connect-timeout": 30,
4646
"transfer-timeout": 0,
4747
"idle-timeout": 15,

man/fort.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH fort 8 "2020-07-27" "v1.4.0" "FORT validator"
1+
.TH fort 8 "2020-09-23" "v1.4.1" "FORT validator"
22

33
.SH NAME
44
fort \- RPKI certificate path validator and RTR server
@@ -1160,7 +1160,7 @@ to a specific value:
11601160
"count": 2,
11611161
"interval": 5
11621162
},
1163-
"user-agent": "fort/1.4.0",
1163+
"user-agent": "fort/1.4.1",
11641164
"connect-timeout": 30,
11651165
"transfer-timeout": 0,
11661166
"idle-timeout": 15,

0 commit comments

Comments
 (0)