diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ed737a0af7f227340ec1fd1205cb14481cd0e6..7af91c1768cbe3227535a5d3093204be350bb168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ 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.3 + +* [-] fix a coverity warning +* [-] cross-compile: do not check resolvconf on the host system + ### 1.13.2 * [-] properly build on FreeBSD, even if ppp is not installed at configure time diff --git a/configure.ac b/configure.ac index b3c4a02878d88f53f6246657581ccb0014cb15f2..3c381db1986e76b712a96ee52ad21f9705301ade 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.2]) +AC_INIT([openfortivpn], [1.13.3]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign subdir-objects])