miniupnpc: API_VERSION 11

This commit is contained in:
Thomas Bernard 2014-11-13 11:28:20 +01:00
parent e8a9db9fb1
commit b6438f2f72
4 changed files with 14 additions and 2 deletions

View File

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

View File

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

View File

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

View File

@ -19,7 +19,7 @@
/* versions : */
#define MINIUPNPC_VERSION "1.9"
#define MINIUPNPC_API_VERSION 10
#define MINIUPNPC_API_VERSION 11
#ifdef __cplusplus
extern "C" {