bump miniupnpc API version number

This commit is contained in:
Riccardo Spagni 2016-03-21 15:05:50 +02:00
parent a4242c42b2
commit 1800d611a2
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.6)
project (miniupnpc C)
set (MINIUPNPC_VERSION 1.9)
set (MINIUPNPC_API_VERSION 15)
set (MINIUPNPC_API_VERSION 16)
# - we comment out this block as we don't support these other build types
if(0)