diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-07 17:50:40 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-07 17:51:28 +0200 |
commit | 74f21cb6666084a3cec8f2238c003411ffcfd9da (patch) | |
tree | 8e554ad9fe9bdde7c44edefa21947690d75e63e9 /thirdparty/miniupnpc/include | |
parent | f2acfb1ffc94d0e381064070108e7a773d86177d (diff) | |
download | redot-engine-74f21cb6666084a3cec8f2238c003411ffcfd9da.tar.gz |
miniupnpc: Update to version 2.2.5
No change for the files we ship, so just bumping the version number.
Diffstat (limited to 'thirdparty/miniupnpc/include')
-rw-r--r-- | thirdparty/miniupnpc/include/miniupnpc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/miniupnpc/include/miniupnpc.h b/thirdparty/miniupnpc/include/miniupnpc.h index 75fb8b702d..721819583f 100644 --- a/thirdparty/miniupnpc/include/miniupnpc.h +++ b/thirdparty/miniupnpc/include/miniupnpc.h @@ -1,4 +1,4 @@ -/* $Id: miniupnpc.h,v 1.61 2022/10/21 21:15:02 nanard Exp $ */ +/* $Id: miniupnpc.h,v 1.62 2023/06/11 23:25:46 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * Project: miniupnp * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ @@ -20,7 +20,7 @@ #define UPNPDISCOVER_MEMORY_ERROR (-102) /* versions : */ -#define MINIUPNPC_VERSION "2.2.4" +#define MINIUPNPC_VERSION "2.2.5" #define MINIUPNPC_API_VERSION 17 /* Source port: |