From 28b106e0ea6983c3d56a6aef476adc9727d1a7f3 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 22 Mar 2020 23:48:46 +0100 Subject: [PATCH] openfortivpn version 1.13.1 --- CHANGELOG.md | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 235f41e..c23d226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ Releases This high level changelog is usually updated when a release is tagged. On the master branch there may be changes that are not (yet) described here. +### 1.13.1 + +* [-] build in the absence of resolvconf + ### 1.13.0 * [-] avoid unsupported versions of resolvconf diff --git a/configure.ac b/configure.ac index 6152bf4..9bab4f5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([openfortivpn], [1.13.0]) +AC_INIT([openfortivpn], [1.13.1]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign subdir-objects]) -- GitLab