Explorar el Código

Merge pull request #90250 from akien-mga/miniupnpc-2.2.7

miniupnpc: Update to 2.2.7
Rémi Verschelde hace 1 año
padre
commit
0e7c9d5338
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      thirdparty/README.md
  2. 1 1
      thirdparty/miniupnpc/src/miniupnpcstrings.h

+ 1 - 1
thirdparty/README.md

@@ -591,7 +591,7 @@ to solve some MSVC warnings. See the patches in the `patches` directory.
 ## miniupnpc
 
 - Upstream: https://github.com/miniupnp/miniupnp
-- Version: 2.2.6 (faad29d7300f1bfa9dc7795031993c04c5191f59, 2024)
+- Version: 2.2.7 (d4d5ec7d48c093b37b2ea5d7171ede21ce9d7ff2, 2024)
 - License: BSD-3-Clause
 
 Files extracted from upstream source:

+ 1 - 1
thirdparty/miniupnpc/src/miniupnpcstrings.h

@@ -2,7 +2,7 @@
 #define MINIUPNPCSTRINGS_H_INCLUDED
 
 #define OS_STRING "Godot Engine/1.0"
-#define MINIUPNPC_VERSION_STRING "2.2.6"
+#define MINIUPNPC_VERSION_STRING "2.2.7"
 
 #if 0
 /* according to "UPnP Device Architecture 1.0" */