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/src/miniupnpcstrings.h | |
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/src/miniupnpcstrings.h')
-rw-r--r-- | thirdparty/miniupnpc/src/miniupnpcstrings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/miniupnpc/src/miniupnpcstrings.h b/thirdparty/miniupnpc/src/miniupnpcstrings.h index 25abc1016e..d89d9e443b 100644 --- a/thirdparty/miniupnpc/src/miniupnpcstrings.h +++ b/thirdparty/miniupnpc/src/miniupnpcstrings.h @@ -4,7 +4,7 @@ #include "core/version.h" #define OS_STRING VERSION_NAME "/1.0" -#define MINIUPNPC_VERSION_STRING "2.2.4" +#define MINIUPNPC_VERSION_STRING "2.2.5" #if 0 /* according to "UPnP Device Architecture 1.0" */ |