From b35761e893a7b8e0888a529688b15f34c9a0452c Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Mon, 14 Nov 2011 12:44:15 -0200 Subject: [PATCH] Homekeeping for the next release. --- ChangeLog | 5 +++++ Doxyfile | 2 +- build/inc/autoconfig.h | 10 +++++----- build/inc/upnpconfig.h | 4 ++-- configure.ac | 12 +++++++++++- libupnp.spec | 2 +- 6 files changed, 25 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8844755..b03a860 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +******************************************************************************* +Version 1.6.15 +******************************************************************************* + + ******************************************************************************* Version 1.6.14 ******************************************************************************* diff --git a/Doxyfile b/Doxyfile index c83c009..896ada9 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = libUPnP # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.6.14 +PROJECT_NUMBER = 1.6.15 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/build/inc/autoconfig.h b/build/inc/autoconfig.h index bc9f0b0..4bd7d88 100644 --- a/build/inc/autoconfig.h +++ b/build/inc/autoconfig.h @@ -105,7 +105,7 @@ #define PACKAGE_NAME "libupnp" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libupnp 1.6.14" +#define PACKAGE_STRING "libupnp 1.6.15" /* 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.14" +#define PACKAGE_VERSION "1.6.15" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ @@ -157,13 +157,13 @@ #define UPNP_VERSION_MINOR 6 /* see upnpconfig.h */ -#define UPNP_VERSION_PATCH 14 +#define UPNP_VERSION_PATCH 15 /* see upnpconfig.h */ -#define UPNP_VERSION_STRING "1.6.14" +#define UPNP_VERSION_STRING "1.6.15" /* Version number of package */ -#define VERSION "1.6.14" +#define VERSION "1.6.15" /* File Offset size */ #define _FILE_OFFSET_BITS 64 diff --git a/build/inc/upnpconfig.h b/build/inc/upnpconfig.h index c4938f8..2069ee5 100644 --- a/build/inc/upnpconfig.h +++ b/build/inc/upnpconfig.h @@ -40,7 +40,7 @@ ***************************************************************************/ /** The library version (string) e.g. "1.3.0" */ -#define UPNP_VERSION_STRING "1.6.14" +#define UPNP_VERSION_STRING "1.6.15" /** 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 14 +#define UPNP_VERSION_PATCH 15 /** The library version (numeric) e.g. 10300 means version 1.3.0 */ #define UPNP_VERSION \ diff --git a/configure.ac b/configure.ac index 6d51c94..c263163 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ(2.60) -AC_INIT([libupnp], [1.6.14], [mroberto@users.sourceforge.net]) +AC_INIT([libupnp], [1.6.15], [mroberto@users.sourceforge.net]) dnl ############################################################################ dnl # *Independently* of the above libupnp package version, the libtool version dnl # of the 3 libraries need to be updated whenever there is a change released: @@ -270,6 +270,16 @@ dnl #AC_SUBST([LT_VERSION_THREADUTIL], [6:0:0]) dnl #AC_SUBST([LT_VERSION_UPNP], [8:0:2]) dnl # dnl ############################################################################ +dnl # Release 1.6.15: +dnl # "current:revision:age" +dnl # +dnl # - +dnl # +dnl #AC_SUBST([LT_VERSION_IXML], [::]) +dnl #AC_SUBST([LT_VERSION_THREADUTIL], [::]) +dnl #AC_SUBST([LT_VERSION_UPNP], [::]) +dnl # +dnl ############################################################################ AC_SUBST([LT_VERSION_IXML], [2:6:0]) AC_SUBST([LT_VERSION_THREADUTIL], [6:0:0]) AC_SUBST([LT_VERSION_UPNP], [8:0:2]) diff --git a/libupnp.spec b/libupnp.spec index 84b6e34..257193b 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -1,4 +1,4 @@ -Version: 1.6.14 +Version: 1.6.15 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp Release: 1%{?dist}