Skip to content

Commit 7d1d8bc

Browse files
committed
miniupnpc version 2.2.4
1 parent aa7e399 commit 7d1d8bc

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

miniupnpc/Changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
$Id: Changelog.txt,v 1.253 2022/02/19 23:21:56 nanard Exp $
1+
$Id: Changelog.txt,v 1.254 2022/10/21 21:13:12 nanard Exp $
22
miniUPnP client Changelog.
33

4+
VERSION 2.2.4 : released 2022/10/21
5+
46
2022/02/20:
57
upnpc: use of @ to replace local lan address
68

miniupnpc/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.2.4

miniupnpc/include/miniupnpc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/* $Id: miniupnpc.h,v 1.59 2021/09/28 21:39:17 nanard Exp $ */
1+
/* $Id: miniupnpc.h,v 1.61 2022/10/21 21:15:02 nanard Exp $ */
22
/* vim: tabstop=4 shiftwidth=4 noexpandtab
33
* Project: miniupnp
4-
* http://miniupnp.free.fr/
4+
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
55
* Author: Thomas Bernard
6-
* Copyright (c) 2005-2021 Thomas Bernard
6+
* Copyright (c) 2005-2022 Thomas Bernard
77
* This software is subjects to the conditions detailed
88
* in the LICENCE file provided within this distribution */
99
#ifndef MINIUPNPC_H_INCLUDED
@@ -20,7 +20,7 @@
2020
#define UPNPDISCOVER_MEMORY_ERROR (-102)
2121

2222
/* versions : */
23-
#define MINIUPNPC_VERSION "2.2.3"
23+
#define MINIUPNPC_VERSION "2.2.4"
2424
#define MINIUPNPC_API_VERSION 17
2525

2626
/* Source port:

0 commit comments

Comments
 (0)