diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-03-21 22:49:05 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-03-21 22:49:06 +0200 |
commit | 8146497f4c0689712f2de1d49c45afea528ef735 (patch) | |
tree | cc4f9cee6bb2b040b6ada519a1641c1975c6e5e3 /external/miniupnpc/Makefile | |
parent | Merge pull request #743 (diff) | |
parent | fix building on FreeBSD (diff) | |
download | monero-8146497f4c0689712f2de1d49c45afea528ef735.tar.xz |
Merge pull request #744
40974b1 fix building on FreeBSD (Riccardo Spagni)
1800d61 bump miniupnpc API version number (Riccardo Spagni)
a4242c4 update miniupnpc (Riccardo Spagni)
Diffstat (limited to 'external/miniupnpc/Makefile')
-rw-r--r-- | external/miniupnpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/miniupnpc/Makefile b/external/miniupnpc/Makefile index 21845f8ae..99a69301c 100644 --- a/external/miniupnpc/Makefile +++ b/external/miniupnpc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.126 2015/08/28 12:14:18 nanard Exp $ +# $Id: Makefile,v 1.133 2016/01/24 17:24:35 nanard Exp $ # MiniUPnP Project # http://miniupnp.free.fr/ # http://miniupnp.tuxfamily.org/ @@ -66,7 +66,7 @@ ifeq (SunOS, $(OS)) endif # APIVERSION is used to build SONAME -APIVERSION = 15 +APIVERSION = 16 SRCS = igd_desc_parse.c miniupnpc.c minixml.c minisoap.c miniwget.c \ upnpc.c upnpcommands.c upnpreplyparse.c testminixml.c \ |