Homekeeping for the next release.

This commit is contained in:
Marcelo Roberto Jimenez
2013-11-15 14:16:13 -02:00
parent 3fc0f9ad1d
commit c20f2bd3a1
6 changed files with 25 additions and 10 deletions

View File

@@ -105,7 +105,7 @@
#define PACKAGE_NAME "libupnp"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libupnp 1.6.19"
#define PACKAGE_STRING "libupnp 1.6.20"
/* 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.19"
#define PACKAGE_VERSION "1.6.20"
/* 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 19
#define UPNP_VERSION_PATCH 20
/* see upnpconfig.h */
#define UPNP_VERSION_STRING "1.6.19"
#define UPNP_VERSION_STRING "1.6.20"
/* Version number of package */
#define VERSION "1.6.19"
#define VERSION "1.6.20"
/* File Offset size */
#define _FILE_OFFSET_BITS 64