Homekeeping for the next release.

This commit is contained in:
Marcelo Roberto Jimenez
2011-03-17 09:27:55 -03:00
parent 2b263b6574
commit 8eb7d1c1a5
6 changed files with 15 additions and 10 deletions

View File

@@ -105,13 +105,13 @@
#define PACKAGE_NAME "libupnp"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libupnp 1.6.13"
#define PACKAGE_STRING "libupnp 1.6.14"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libupnp"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.6.13"
#define PACKAGE_VERSION "1.6.14"
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
@@ -154,13 +154,13 @@
#define UPNP_VERSION_MINOR 6
/* see upnpconfig.h */
#define UPNP_VERSION_PATCH 13
#define UPNP_VERSION_PATCH 14
/* see upnpconfig.h */
#define UPNP_VERSION_STRING "1.6.13"
#define UPNP_VERSION_STRING "1.6.14"
/* Version number of package */
#define VERSION "1.6.13"
#define VERSION "1.6.14"
/* File Offset size */
#define _FILE_OFFSET_BITS 64

View File

@@ -40,7 +40,7 @@
***************************************************************************/
/** The library version (string) e.g. "1.3.0" */
#define UPNP_VERSION_STRING "1.6.13"
#define UPNP_VERSION_STRING "1.6.14"
/** 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 13
#define UPNP_VERSION_PATCH 14
/** The library version (numeric) e.g. 10300 means version 1.3.0 */
#define UPNP_VERSION \