diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-03-21 13:37:54 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-03-21 13:37:54 +0200 |
commit | a4242c42b24d936c1ca79f98aa1062177c222c04 (patch) | |
tree | d666acda26cc849763daa123314b0bc85c8d275c /external/miniupnpc/miniupnpc.h | |
parent | Merge pull request #743 (diff) | |
download | monero-a4242c42b24d936c1ca79f98aa1062177c222c04.tar.xz |
update miniupnpc
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 |