miniupnpc: version 2.2.1

This commit is contained in:
Thomas Bernard 2020-12-20 19:11:18 +01:00
parent 49a715df6e
commit 544e6fcc73
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
4 changed files with 10 additions and 5 deletions

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project (miniupnpc C)
set (MINIUPNPC_VERSION 2.2)
set (MINIUPNPC_VERSION 2.2.1)
set (MINIUPNPC_API_VERSION 17)
option (UPNPC_BUILD_STATIC "Build static library" TRUE)

View File

@ -1,6 +1,11 @@
$Id: Changelog.txt,v 1.245 2020/11/09 19:49:02 nanard Exp $
$Id: Changelog.txt,v 1.247 2020/12/20 18:07:34 nanard Exp $
miniUPnP client Changelog.
VERSION 2.2.1 : released 2020/12/20
2020/11/30:
Add miniupnpc.rc for .dll description
VERSION 2.2.0 : released 2020/11/09
2020/09/24:

View File

@ -1 +1 @@
2.2.0
2.2.1

View File

@ -1,4 +1,4 @@
/* $Id: miniupnpc.h,v 1.55 2020/11/09 19:49:32 nanard Exp $ */
/* $Id: miniupnpc.h,v 1.56 2020/12/20 18:07:35 nanard Exp $ */
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* Project: miniupnp
* http://miniupnp.free.fr/
@ -20,7 +20,7 @@
#define UPNPDISCOVER_MEMORY_ERROR (-102)
/* versions : */
#define MINIUPNPC_VERSION "2.2.0"
#define MINIUPNPC_VERSION "2.2.1"
#define MINIUPNPC_API_VERSION 17
/* Source port: