Skip to content

Commit

Permalink
miniupnpc version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miniupnp committed Sep 28, 2021
1 parent d4610f4 commit 2df8120
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion miniupnpc/CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

project (miniupnpc C)

set (MINIUPNPC_VERSION 2.2.2)
set (MINIUPNPC_VERSION 2.2.3)
set (MINIUPNPC_API_VERSION 17)

option (UPNPC_BUILD_STATIC "Build static library" TRUE)
Expand Down
2 changes: 1 addition & 1 deletion miniupnpc/VERSION
@@ -1 +1 @@
2.2.2
2.2.3
4 changes: 2 additions & 2 deletions miniupnpc/include/miniupnpc.h
@@ -1,4 +1,4 @@
/* $Id: miniupnpc.h,v 1.58 2021/03/02 23:49:52 nanard Exp $ */
/* $Id: miniupnpc.h,v 1.59 2021/09/28 21:39:17 nanard Exp $ */
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* Project: miniupnp
* http://miniupnp.free.fr/
Expand All @@ -20,7 +20,7 @@
#define UPNPDISCOVER_MEMORY_ERROR (-102)

/* versions : */
#define MINIUPNPC_VERSION "2.2.2"
#define MINIUPNPC_VERSION "2.2.3"
#define MINIUPNPC_API_VERSION 17

/* Source port:
Expand Down

0 comments on commit 2df8120

Please sign in to comment.