cmake: update version

This commit is contained in:
Cristian Morales Vega 2020-11-22 19:31:42 +00:00
parent 22c1386351
commit 876109c890

View File

@ -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)