diff --git a/miniupnpc/CMakeLists.txt b/miniupnpc/CMakeLists.txt index ce007d3..2f97601 100644 --- a/miniupnpc/CMakeLists.txt +++ b/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 10) +set (MINIUPNPC_API_VERSION 11) if (NOT CMAKE_BUILD_TYPE) if (WIN32) diff --git a/miniupnpc/Changelog.txt b/miniupnpc/Changelog.txt index 45026ab..c54329f 100644 --- a/miniupnpc/Changelog.txt +++ b/miniupnpc/Changelog.txt @@ -1,6 +1,9 @@ $Id: Changelog.txt,v 1.199 2014/11/05 06:06:37 nanard Exp $ miniUPnP client Changelog. +2014/11/13: + increment API_VERSION to 11 + 2014/11/05: simplified function GetUPNPUrls() diff --git a/miniupnpc/apiversions.txt b/miniupnpc/apiversions.txt index 69f61c7..ebeb8a2 100644 --- a/miniupnpc/apiversions.txt +++ b/miniupnpc/apiversions.txt @@ -2,6 +2,15 @@ $Id: apiversions.txt,v 1.3 2014/01/31 13:14:32 nanard Exp $ Differences in API between miniUPnPc versions +API version 11 + +upnpreplyparse.h / portlistingparse.h : + removed usage of sys/queue.h / bsdqueue.h + +miniupnpc.h: + updated macros : + #define MINIUPNPC_API_VERSION 11 + ====================== miniUPnPc version 1.9 ====================== API version 10 diff --git a/miniupnpc/miniupnpc.h b/miniupnpc/miniupnpc.h index 304de90..6ff93ee 100644 --- a/miniupnpc/miniupnpc.h +++ b/miniupnpc/miniupnpc.h @@ -19,7 +19,7 @@ /* versions : */ #define MINIUPNPC_VERSION "1.9" -#define MINIUPNPC_API_VERSION 10 +#define MINIUPNPC_API_VERSION 11 #ifdef __cplusplus extern "C" {