From 876109c89085366fb836de677b7e59e81855bdcc Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Sun, 22 Nov 2020 19:31:42 +0000 Subject: [PATCH] cmake: update version --- miniupnpc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnpc/CMakeLists.txt b/miniupnpc/CMakeLists.txt index 179a9ff..19d0b9c 100644 --- a/miniupnpc/CMakeLists.txt +++ b/miniupnpc/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR) project (miniupnpc C) -set (MINIUPNPC_VERSION 2.1) +set (MINIUPNPC_VERSION 2.2) set (MINIUPNPC_API_VERSION 17) option (UPNPC_BUILD_STATIC "Build static library" TRUE)