Bump version to 1.5.6 1.5.6
authorScott Cantor <cantor.2@osu.edu>
Tue, 4 Aug 2015 14:08:09 +0000 (10:08 -0400)
committerScott Cantor <cantor.2@osu.edu>
Tue, 4 Aug 2015 14:08:09 +0000 (10:08 -0400)
config_win32.h
configure.ac
xmltooling/Makefile.am
xmltooling/version.h
xmltooling/xmltooling.rc

index 4b9b98e..ac42e36 100644 (file)
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.5.5"
+#define PACKAGE_STRING "xmltooling 1.5.6"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xmltooling"
 
 /* Define to the version of this package. */
 
 /* 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.5"
+#define PACKAGE_VERSION "1.5.6"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "1.5.5"
+#define VERSION "1.5.6"
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */
index 7918a99..35938e2 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoreconf
 AC_PREREQ([2.50])
 # Process this file with autoreconf
 AC_PREREQ([2.50])
-AC_INIT([xmltooling],[1.5.5],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[1.5.6],[https://issues.shibboleth.net/],[xmltooling])
 AC_CONFIG_SRCDIR(xmltooling)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_SRCDIR(xmltooling)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
index 33d5551..39cfa0d 100644 (file)
@@ -204,13 +204,13 @@ common_sources = \
 libxmltooling_lite_la_SOURCES = \
        ${common_sources}
 libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
 libxmltooling_lite_la_SOURCES = \
        ${common_sources}
 libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
-libxmltooling_lite_la_LDFLAGS = -version-info 6:5:0
+libxmltooling_lite_la_LDFLAGS = -version-info 6:6:0
 
 if BUILD_XMLSEC
 libxmltooling_la_SOURCES = \
        ${common_sources} \
        ${xmlsec_sources}
 
 if BUILD_XMLSEC
 libxmltooling_la_SOURCES = \
        ${common_sources} \
        ${xmlsec_sources}
-libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:5:0
+libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:6:0
 endif
 
 install-exec-hook:
 endif
 
 install-exec-hook:
index 325c784..c34f8b8 100644 (file)
@@ -44,7 +44,7 @@
 
 #define XMLTOOLING_VERSION_MAJOR 1
 #define XMLTOOLING_VERSION_MINOR 5
 
 #define XMLTOOLING_VERSION_MAJOR 1
 #define XMLTOOLING_VERSION_MINOR 5
-#define XMLTOOLING_VERSION_REVISION 5
+#define XMLTOOLING_VERSION_REVISION 6
 
 /** DO NOT MODIFY BELOW THIS LINE */
 
 
 /** DO NOT MODIFY BELOW THIS LINE */
 
index cc27e81..44f3410 100644 (file)
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //\r
 \r
 VS_VERSION_INFO VERSIONINFO\r
 //\r
 \r
 VS_VERSION_INFO VERSIONINFO\r
- FILEVERSION 1,5,5,0\r
+ FILEVERSION 1,5,6,0\r
  PRODUCTVERSION 2,5,5,0\r
  FILEFLAGSMASK 0x3fL\r
 #ifdef _DEBUG\r
  PRODUCTVERSION 2,5,5,0\r
  FILEFLAGSMASK 0x3fL\r
 #ifdef _DEBUG\r
@@ -51,7 +51,7 @@ BEGIN
 #else\r
             VALUE "FileDescription", "OpenSAML XMLTooling Library\0"\r
 #endif\r
 #else\r
             VALUE "FileDescription", "OpenSAML XMLTooling Library\0"\r
 #endif\r
-            VALUE "FileVersion", "1, 5, 5, 0\0"\r
+            VALUE "FileVersion", "1, 5, 6, 0\0"\r
 #ifdef XMLTOOLING_LITE\r
 #ifdef _DEBUG\r
             VALUE "InternalName", "xmltooling-lite1_5D\0"\r
 #ifdef XMLTOOLING_LITE\r
 #ifdef _DEBUG\r
             VALUE "InternalName", "xmltooling-lite1_5D\0"\r