Skip to content

Commit

Permalink
miniupnpc version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miniupnp committed Jan 10, 2025
1 parent 25abe4e commit f39e499
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion miniupnpc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)

project (miniupnpc
VERSION 2.2.8
VERSION 2.3.0
DESCRIPTION "UPnP IGD client lightweight library"
HOMEPAGE_URL https://miniupnp.tuxfamily.org/
LANGUAGES C)
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.270 2025/01/10 22:57:19 nanard Exp $
$Id: Changelog.txt,v 1.271 2025/01/10 23:19:30 nanard Exp $
miniUPnP client Changelog.

VERSION 2.3.0 : released 2025/01/11

2025/01/10:
Change simpleUPnPcommand() prototype to remove unused first argument
Increments API_VERSION to 19
Expand Down
2 changes: 1 addition & 1 deletion miniupnpc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.8
2.3.0
4 changes: 2 additions & 2 deletions miniupnpc/include/miniupnpc.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $Id: miniupnpc.h,v 1.66 2024/06/08 22:13:14 nanard Exp $ */
/* $Id: miniupnpc.h,v 1.69 2025/01/10 23:19:30 nanard Exp $ */
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* Project: miniupnp
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
Expand All @@ -20,7 +20,7 @@
#define UPNPDISCOVER_MEMORY_ERROR (-102)

/* versions : */
#define MINIUPNPC_VERSION "2.2.8"
#define MINIUPNPC_VERSION "2.3.0"
#define MINIUPNPC_API_VERSION 19

/* Source port:
Expand Down

0 comments on commit f39e499

Please sign in to comment.