miniupnpc: version 2.2.1
This commit is contained in:
parent
49a715df6e
commit
544e6fcc73
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
||||||
|
|
||||||
project (miniupnpc C)
|
project (miniupnpc C)
|
||||||
|
|
||||||
set (MINIUPNPC_VERSION 2.2)
|
set (MINIUPNPC_VERSION 2.2.1)
|
||||||
set (MINIUPNPC_API_VERSION 17)
|
set (MINIUPNPC_API_VERSION 17)
|
||||||
|
|
||||||
option (UPNPC_BUILD_STATIC "Build static library" TRUE)
|
option (UPNPC_BUILD_STATIC "Build static library" TRUE)
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
$Id: Changelog.txt,v 1.245 2020/11/09 19:49:02 nanard Exp $
|
$Id: Changelog.txt,v 1.247 2020/12/20 18:07:34 nanard Exp $
|
||||||
miniUPnP client Changelog.
|
miniUPnP client Changelog.
|
||||||
|
|
||||||
|
VERSION 2.2.1 : released 2020/12/20
|
||||||
|
|
||||||
|
2020/11/30:
|
||||||
|
Add miniupnpc.rc for .dll description
|
||||||
|
|
||||||
VERSION 2.2.0 : released 2020/11/09
|
VERSION 2.2.0 : released 2020/11/09
|
||||||
|
|
||||||
2020/09/24:
|
2020/09/24:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.2.0
|
2.2.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: miniupnpc.h,v 1.55 2020/11/09 19:49:32 nanard Exp $ */
|
/* $Id: miniupnpc.h,v 1.56 2020/12/20 18:07:35 nanard Exp $ */
|
||||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||||
* Project: miniupnp
|
* Project: miniupnp
|
||||||
* http://miniupnp.free.fr/
|
* http://miniupnp.free.fr/
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
#define UPNPDISCOVER_MEMORY_ERROR (-102)
|
#define UPNPDISCOVER_MEMORY_ERROR (-102)
|
||||||
|
|
||||||
/* versions : */
|
/* versions : */
|
||||||
#define MINIUPNPC_VERSION "2.2.0"
|
#define MINIUPNPC_VERSION "2.2.1"
|
||||||
#define MINIUPNPC_API_VERSION 17
|
#define MINIUPNPC_API_VERSION 17
|
||||||
|
|
||||||
/* Source port:
|
/* Source port:
|
||||||
|
|
Loading…
Reference in New Issue