miniupnpc version 2.2.4
This commit is contained in:
parent
aa7e399604
commit
7d1d8bc386
|
@ -1,6 +1,8 @@
|
||||||
$Id: Changelog.txt,v 1.253 2022/02/19 23:21:56 nanard Exp $
|
$Id: Changelog.txt,v 1.254 2022/10/21 21:13:12 nanard Exp $
|
||||||
miniUPnP client Changelog.
|
miniUPnP client Changelog.
|
||||||
|
|
||||||
|
VERSION 2.2.4 : released 2022/10/21
|
||||||
|
|
||||||
2022/02/20:
|
2022/02/20:
|
||||||
upnpc: use of @ to replace local lan address
|
upnpc: use of @ to replace local lan address
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.2.3
|
2.2.4
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/* $Id: miniupnpc.h,v 1.59 2021/09/28 21:39:17 nanard Exp $ */
|
/* $Id: miniupnpc.h,v 1.61 2022/10/21 21:15:02 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/ or https://miniupnp.tuxfamily.org/
|
||||||
* Author: Thomas Bernard
|
* Author: Thomas Bernard
|
||||||
* Copyright (c) 2005-2021 Thomas Bernard
|
* Copyright (c) 2005-2022 Thomas Bernard
|
||||||
* This software is subjects to the conditions detailed
|
* This software is subjects to the conditions detailed
|
||||||
* in the LICENCE file provided within this distribution */
|
* in the LICENCE file provided within this distribution */
|
||||||
#ifndef MINIUPNPC_H_INCLUDED
|
#ifndef MINIUPNPC_H_INCLUDED
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
#define UPNPDISCOVER_MEMORY_ERROR (-102)
|
#define UPNPDISCOVER_MEMORY_ERROR (-102)
|
||||||
|
|
||||||
/* versions : */
|
/* versions : */
|
||||||
#define MINIUPNPC_VERSION "2.2.3"
|
#define MINIUPNPC_VERSION "2.2.4"
|
||||||
#define MINIUPNPC_API_VERSION 17
|
#define MINIUPNPC_API_VERSION 17
|
||||||
|
|
||||||
/* Source port:
|
/* Source port:
|
||||||
|
|
Loading…
Reference in New Issue