miniupnpc: version 2.2.2
This commit is contained in:
parent
200cf4cd75
commit
81029a860b
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
|||
|
||||
project (miniupnpc C)
|
||||
|
||||
set (MINIUPNPC_VERSION 2.2.1)
|
||||
set (MINIUPNPC_VERSION 2.2.2)
|
||||
set (MINIUPNPC_API_VERSION 17)
|
||||
|
||||
option (UPNPC_BUILD_STATIC "Build static library" TRUE)
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
$Id: Changelog.txt,v 1.248 2021/03/02 23:40:55 nanard Exp $
|
||||
$Id: Changelog.txt,v 1.249 2021/03/02 23:47:36 nanard Exp $
|
||||
miniUPnP client Changelog.
|
||||
|
||||
VERSION 2.2.2 : released 2021/03/03
|
||||
|
||||
2021/01/15:
|
||||
miniupnpcmodule.c: throw an exception in UPnP_discover()
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.2.1
|
||||
2.2.2
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
/* $Id: miniupnpc.h,v 1.56 2020/12/20 18:07:35 nanard Exp $ */
|
||||
/* $Id: miniupnpc.h,v 1.58 2021/03/02 23:49:52 nanard Exp $ */
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* Project: miniupnp
|
||||
* http://miniupnp.free.fr/
|
||||
* Author: Thomas Bernard
|
||||
* Copyright (c) 2005-2018 Thomas Bernard
|
||||
* Copyright (c) 2005-2021 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 @@
|
|||
#define UPNPDISCOVER_MEMORY_ERROR (-102)
|
||||
|
||||
/* versions : */
|
||||
#define MINIUPNPC_VERSION "2.2.1"
|
||||
#define MINIUPNPC_VERSION "2.2.2"
|
||||
#define MINIUPNPC_API_VERSION 17
|
||||
|
||||
/* Source port:
|
||||
|
|
Loading…
Reference in New Issue