Skip to content

Commit

Permalink
miniupnpc: version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miniupnp committed Mar 2, 2021
1 parent 200cf4c commit 81029a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion miniupnpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion miniupnpc/Changelog.txt
Original file line number Diff line number Diff line change
@@ -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()

Expand Down
2 changes: 1 addition & 1 deletion miniupnpc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
6 changes: 3 additions & 3 deletions miniupnpc/miniupnpc.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 81029a8

Please sign in to comment.