diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-02 17:04:15 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-02 17:04:15 -0700 |
commit | 4342b71d7a1a656a593d354d97b1da77a29b103e (patch) | |
tree | 310efd31a6eaebb54b70d5626e1da178dc65bdb5 /ext/miniupnpc/miniupnpc.h | |
parent | f20602a7b1856d64b840cc9b76a4f9a66de641aa (diff) | |
download | infinitytier-4342b71d7a1a656a593d354d97b1da77a29b103e.tar.gz infinitytier-4342b71d7a1a656a593d354d97b1da77a29b103e.zip |
Upgrade miniupnpc to 2.0
Diffstat (limited to 'ext/miniupnpc/miniupnpc.h')
-rw-r--r-- | ext/miniupnpc/miniupnpc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/miniupnpc/miniupnpc.h b/ext/miniupnpc/miniupnpc.h index dfbfa01f..0b5b4732 100644 --- a/ext/miniupnpc/miniupnpc.h +++ b/ext/miniupnpc/miniupnpc.h @@ -1,8 +1,8 @@ -/* $Id: miniupnpc.h,v 1.48 2015/10/08 16:19:40 nanard Exp $ */ +/* $Id: miniupnpc.h,v 1.50 2016/04/19 21:06:21 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 @@ -19,8 +19,8 @@ #define UPNPDISCOVER_MEMORY_ERROR (-102) /* versions : */ -#define MINIUPNPC_VERSION "1.9.20151026" -#define MINIUPNPC_API_VERSION 15 +#define MINIUPNPC_VERSION "2.0" +#define MINIUPNPC_API_VERSION 16 /* Source port: Using "1" as an alias for 1900 for backwards compatability |