From 864703b8e9ac7e88b9d06482b17ccf2a57189b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= <adrienverge@gmail.com> Date: Tue, 23 May 2017 15:09:51 +0200 Subject: [PATCH] openfortivpn version 1.3.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 20d27d7..40c5dbc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([openfortivpn], [1.3.0]) +AC_INIT([openfortivpn], [1.3.1]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign subdir-objects]) -- GitLab