From 37ace2a3b982599e713d1c6b7ef069fcf38df610 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sun, 5 Jul 2015 19:36:26 +0000 Subject: [PATCH] Version bump --- config_win32.h | 6 +++--- configure.ac | 2 +- xmltooling/Makefile.am | 4 ++-- xmltooling/version.h | 2 +- xmltooling/xmltooling.rc | 10 +++++----- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config_win32.h b/config_win32.h index f1b1d0f..4b9b98e 100644 --- a/config_win32.h +++ b/config_win32.h @@ -114,13 +114,13 @@ #define PACKAGE_NAME "xmltooling" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "xmltooling 1.5.4" +#define PACKAGE_STRING "xmltooling 1.5.5" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "xmltooling" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.5.4" +#define PACKAGE_VERSION "1.5.5" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -133,7 +133,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.5.4" +#define VERSION "1.5.5" /* Define if you wish to disable XML-Security-dependent features. */ /* #undef XMLTOOLING_NO_XMLSEC */ diff --git a/configure.ac b/configure.ac index bdf2345..7918a99 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoreconf AC_PREREQ([2.50]) -AC_INIT([xmltooling],[1.5.4],[https://issues.shibboleth.net/],[xmltooling]) +AC_INIT([xmltooling],[1.5.5],[https://issues.shibboleth.net/],[xmltooling]) AC_CONFIG_SRCDIR(xmltooling) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am index 57be218..33d5551 100644 --- a/xmltooling/Makefile.am +++ b/xmltooling/Makefile.am @@ -204,13 +204,13 @@ common_sources = \ libxmltooling_lite_la_SOURCES = \ ${common_sources} libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE -libxmltooling_lite_la_LDFLAGS = -version-info 6:4:0 +libxmltooling_lite_la_LDFLAGS = -version-info 6:5:0 if BUILD_XMLSEC libxmltooling_la_SOURCES = \ ${common_sources} \ ${xmlsec_sources} -libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:4:0 +libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:5:0 endif install-exec-hook: diff --git a/xmltooling/version.h b/xmltooling/version.h index 55b0f90..325c784 100644 --- a/xmltooling/version.h +++ b/xmltooling/version.h @@ -44,7 +44,7 @@ #define XMLTOOLING_VERSION_MAJOR 1 #define XMLTOOLING_VERSION_MINOR 5 -#define XMLTOOLING_VERSION_REVISION 4 +#define XMLTOOLING_VERSION_REVISION 5 /** DO NOT MODIFY BELOW THIS LINE */ diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc index 67fc058..cc27e81 100644 --- a/xmltooling/xmltooling.rc +++ b/xmltooling/xmltooling.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,5,4,0 - PRODUCTVERSION 2,5,4,0 + FILEVERSION 1,5,5,0 + PRODUCTVERSION 2,5,5,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,7 +51,7 @@ BEGIN #else VALUE "FileDescription", "OpenSAML XMLTooling Library\0" #endif - VALUE "FileVersion", "1, 5, 4, 0\0" + VALUE "FileVersion", "1, 5, 5, 0\0" #ifdef XMLTOOLING_LITE #ifdef _DEBUG VALUE "InternalName", "xmltooling-lite1_5D\0" @@ -81,8 +81,8 @@ BEGIN #endif #endif VALUE "PrivateBuild", "\0" - VALUE "ProductName", "OpenSAML 2.5.4\0" - VALUE "ProductVersion", "2, 5, 4, 0\0" + VALUE "ProductName", "OpenSAML 2.5.5\0" + VALUE "ProductVersion", "2, 5, 5, 0\0" VALUE "SpecialBuild", "\0" END END -- 2.1.4