diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-03-21 15:05:50 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-03-21 15:05:50 +0200 |
| commit | 1800d611a2a60ee5cdce7af266ac927118147b1f (patch) | |
| tree | e038311a6eddbd428f9b0b666de4eac4836a1473 | |
| parent | a4242c42b24d936c1ca79f98aa1062177c222c04 (diff) | |
| download | monzero-core-1800d611a2a60ee5cdce7af266ac927118147b1f.tar.gz monzero-core-1800d611a2a60ee5cdce7af266ac927118147b1f.tar.xz monzero-core-1800d611a2a60ee5cdce7af266ac927118147b1f.zip | |
bump miniupnpc API version number
| -rw-r--r-- | external/miniupnpc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/miniupnpc/CMakeLists.txt b/external/miniupnpc/CMakeLists.txt index 1e7645a9d..2d75a5304 100644 --- a/external/miniupnpc/CMakeLists.txt +++ b/external/miniupnpc/CMakeLists.txt @@ -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) |
