minissdpd version 1.6.0
This commit is contained in:
parent
d62a36c054
commit
207cf440a2
|
@ -1,4 +1,6 @@
|
||||||
$Id: Changelog.txt,v 1.52 2020/06/06 20:20:47 nanard Exp $
|
$Id: Changelog.txt,v 1.54 2022/10/22 18:54:16 nanard Exp $
|
||||||
|
|
||||||
|
VERSION 1.6.0:
|
||||||
|
|
||||||
2021/01/15:
|
2021/01/15:
|
||||||
Add submit_to_minissdpd.py
|
Add submit_to_minissdpd.py
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.5
|
1.6.0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: config.h,v 1.12 2020/06/06 20:20:47 nanard Exp $ */
|
/* $Id: config.h,v 1.13 2022/10/22 18:52:25 nanard Exp $ */
|
||||||
/* MiniUPnP project
|
/* MiniUPnP project
|
||||||
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
||||||
* (c) 2006-2020 Thomas Bernard
|
* (c) 2006-2020 Thomas Bernard
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
#ifndef CONFIG_H_INCLUDED
|
#ifndef CONFIG_H_INCLUDED
|
||||||
#define CONFIG_H_INCLUDED
|
#define CONFIG_H_INCLUDED
|
||||||
|
|
||||||
#define MINISSDPD_VERSION "1.5"
|
#define MINISSDPD_VERSION "1.6.0"
|
||||||
|
|
||||||
/* use BSD daemon() ? */
|
/* use BSD daemon() ? */
|
||||||
#define USE_DAEMON
|
#define USE_DAEMON
|
||||||
|
|
Loading…
Reference in New Issue