From 544e6fcc73c5ad9af48a8985c94f0f1d742ef2e0 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sun, 20 Dec 2020 19:11:18 +0100 Subject: [PATCH] miniupnpc: version 2.2.1 --- miniupnpc/CMakeLists.txt | 2 +- miniupnpc/Changelog.txt | 7 ++++++- miniupnpc/VERSION | 2 +- miniupnpc/miniupnpc.h | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/miniupnpc/CMakeLists.txt b/miniupnpc/CMakeLists.txt index 5323862..8850a57 100644 --- a/miniupnpc/CMakeLists.txt +++ b/miniupnpc/CMakeLists.txt @@ -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) diff --git a/miniupnpc/Changelog.txt b/miniupnpc/Changelog.txt index 6dc0988..e479ced 100644 --- a/miniupnpc/Changelog.txt +++ b/miniupnpc/Changelog.txt @@ -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: diff --git a/miniupnpc/VERSION b/miniupnpc/VERSION index ccbccc3..c043eea 100644 --- a/miniupnpc/VERSION +++ b/miniupnpc/VERSION @@ -1 +1 @@ -2.2.0 +2.2.1 diff --git a/miniupnpc/miniupnpc.h b/miniupnpc/miniupnpc.h index e96e5bd..313ec6f 100644 --- a/miniupnpc/miniupnpc.h +++ b/miniupnpc/miniupnpc.h @@ -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: