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/miniupnpc.h | |
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/miniupnpc.h')
-rw-r--r-- | external/miniupnpc/miniupnpc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/external/miniupnpc/miniupnpc.h b/external/miniupnpc/miniupnpc.h index a694978c6..5e8248850 100644 --- a/external/miniupnpc/miniupnpc.h +++ b/external/miniupnpc/miniupnpc.h @@ -1,8 +1,8 @@ -/* $Id: miniupnpc.h,v 1.44 2015/07/23 20:40:10 nanard Exp $ */ +/* $Id: miniupnpc.h,v 1.49 2016/01/24 17:24:36 nanard Exp $ */ /* Project: miniupnp * http://miniupnp.free.fr/ * Author: Thomas Bernard - * Copyright (c) 2005-2015 Thomas Bernard + * Copyright (c) 2005-2016 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 @@ /* versions : */ #define MINIUPNPC_VERSION "1.9" -#define MINIUPNPC_API_VERSION 15 +#define MINIUPNPC_API_VERSION 16 /* Source port: Using "1" as an alias for 1900 for backwards compatability |