Updated libupnp version in headers
This commit is contained in:
parent
14937b4685
commit
4556aa1e8c
2 changed files with 7 additions and 7 deletions
|
@ -105,7 +105,7 @@
|
|||
#define PACKAGE_NAME "libupnp"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "libupnp 1.6.17"
|
||||
#define PACKAGE_STRING "libupnp 1.6.19"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "libupnp"
|
||||
|
@ -114,7 +114,7 @@
|
|||
#define PACKAGE_URL ""
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.6.17"
|
||||
#define PACKAGE_VERSION "1.6.19"
|
||||
|
||||
/* Define to necessary symbol if this constant uses a non-standard name on
|
||||
your system. */
|
||||
|
@ -172,13 +172,13 @@
|
|||
#define UPNP_VERSION_MINOR 6
|
||||
|
||||
/* see upnpconfig.h */
|
||||
#define UPNP_VERSION_PATCH 17
|
||||
#define UPNP_VERSION_PATCH 19
|
||||
|
||||
/* see upnpconfig.h */
|
||||
#define UPNP_VERSION_STRING "1.6.17"
|
||||
#define UPNP_VERSION_STRING "1.6.19"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.6.17"
|
||||
#define VERSION "1.6.19"
|
||||
|
||||
/* File Offset size */
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
***************************************************************************/
|
||||
|
||||
/** The library version (string) e.g. "1.3.0" */
|
||||
#define UPNP_VERSION_STRING "1.6.17"
|
||||
#define UPNP_VERSION_STRING "1.6.19"
|
||||
|
||||
/** Major version of the library */
|
||||
#define UPNP_VERSION_MAJOR 1
|
||||
|
@ -49,7 +49,7 @@
|
|||
#define UPNP_VERSION_MINOR 6
|
||||
|
||||
/** Patch version of the library */
|
||||
#define UPNP_VERSION_PATCH 17
|
||||
#define UPNP_VERSION_PATCH 19
|
||||
|
||||
/** The library version (numeric) e.g. 10300 means version 1.3.0 */
|
||||
#define UPNP_VERSION \
|
||||
|
|
Loading…
Reference in a new issue