diff options
author | DeeJayLSP <djlsplays@gmail.com> | 2022-11-30 10:22:02 -0300 |
---|---|---|
committer | DeeJayLSP <djlsplays@gmail.com> | 2022-11-30 10:30:23 -0300 |
commit | f592f6ba0c77392e33bfdc9ff552d319602b22b0 (patch) | |
tree | bee3f1428fb93fe7995fb84e97275bf52de29263 /thirdparty/miniupnpc/include | |
parent | cd491c6e47bb41ccf596189676c0c5d4a72226cc (diff) | |
download | redot-engine-f592f6ba0c77392e33bfdc9ff552d319602b22b0.tar.gz |
Update miniupnpc to 2.2.4
Diffstat (limited to 'thirdparty/miniupnpc/include')
-rw-r--r-- | thirdparty/miniupnpc/include/miniupnpc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/thirdparty/miniupnpc/include/miniupnpc.h b/thirdparty/miniupnpc/include/miniupnpc.h index a10bd950a8..75fb8b702d 100644 --- a/thirdparty/miniupnpc/include/miniupnpc.h +++ b/thirdparty/miniupnpc/include/miniupnpc.h @@ -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 * Project: miniupnp - * http://miniupnp.free.fr/ + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * Author: Thomas Bernard - * Copyright (c) 2005-2021 Thomas Bernard + * Copyright (c) 2005-2022 Thomas Bernard * This software is subjects to the conditions detailed * in the LICENCE file provided within this distribution */ #ifndef MINIUPNPC_H_INCLUDED @@ -20,7 +20,7 @@ #define UPNPDISCOVER_MEMORY_ERROR (-102) /* versions : */ -#define MINIUPNPC_VERSION "2.2.3" +#define MINIUPNPC_VERSION "2.2.4" #define MINIUPNPC_API_VERSION 17 /* Source port: |