miniupnpc: VERSION 2.1
This commit is contained in:
parent
4a9c12ca20
commit
bd836936f7
|
@ -1,4 +1,4 @@
|
||||||
version: '2.0.{build}'
|
version: '2.1.{build}'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set PATH=%PATH%;C:\msys64\mingw32\bin
|
- set PATH=%PATH%;C:\msys64\mingw32\bin
|
||||||
|
|
|
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
||||||
|
|
||||||
project (miniupnpc C)
|
project (miniupnpc C)
|
||||||
|
|
||||||
set (MINIUPNPC_VERSION 2.0)
|
set (MINIUPNPC_VERSION 2.1)
|
||||||
set (MINIUPNPC_API_VERSION 17)
|
set (MINIUPNPC_API_VERSION 17)
|
||||||
|
|
||||||
option (UPNPC_BUILD_STATIC "Build static library" TRUE)
|
option (UPNPC_BUILD_STATIC "Build static library" TRUE)
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
$Id: Changelog.txt,v 1.229 2017/12/12 11:26:25 nanard Exp $
|
$Id: Changelog.txt,v 1.235 2018/05/07 11:05:16 nanard Exp $
|
||||||
miniUPnP client Changelog.
|
miniUPnP client Changelog.
|
||||||
|
|
||||||
|
VERSION 2.1 : released 2018/05/07
|
||||||
|
|
||||||
|
2018/05/07:
|
||||||
|
CMake Modernize and cleanup CMakeLists.txt
|
||||||
|
Update MS Visual Studio projects
|
||||||
|
|
||||||
2018/04/30:
|
2018/04/30:
|
||||||
listdevices: show devices sorted by XML desc URL
|
listdevices: show devices sorted by XML desc URL
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.0
|
2.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: miniupnpc.h,v 1.50 2016/04/19 21:06:21 nanard Exp $ */
|
/* $Id: miniupnpc.h,v 1.53 2018/05/07 11:05:16 nanard Exp $ */
|
||||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||||
* Project: miniupnp
|
* Project: miniupnp
|
||||||
* http://miniupnp.free.fr/
|
* http://miniupnp.free.fr/
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
#define UPNPDISCOVER_MEMORY_ERROR (-102)
|
#define UPNPDISCOVER_MEMORY_ERROR (-102)
|
||||||
|
|
||||||
/* versions : */
|
/* versions : */
|
||||||
#define MINIUPNPC_VERSION "2.0"
|
#define MINIUPNPC_VERSION "2.1"
|
||||||
#define MINIUPNPC_API_VERSION 17
|
#define MINIUPNPC_API_VERSION 17
|
||||||
|
|
||||||
/* Source port:
|
/* Source port:
|
||||||
|
|
Loading…
Reference in New Issue