[cpp-xmltooling COMMIT] in /branches/REL_1: config_win32.h configure.ac xmltooling/Makefile.am xmltooling/version.h x...

noreply at shibboleth.net noreply at shibboleth.net
Sun Jul 5 15:36:26 EDT 2015


Author: scantor
Date: Sun Jul  5 15:36:26 2015
New Revision: 1059

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1059&view=rev
Log:
Version bump

Modified:
    branches/REL_1/config_win32.h
    branches/REL_1/configure.ac
    branches/REL_1/xmltooling/Makefile.am
    branches/REL_1/xmltooling/version.h
    branches/REL_1/xmltooling/xmltooling.rc

Modified: branches/REL_1/config_win32.h
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/config_win32.h?rev=1059&r1=1058&r2=1059&view=diff
==============================================================================
--- branches/REL_1/config_win32.h	(original)
+++ branches/REL_1/config_win32.h	Sun Jul  5 15:36:26 2015
@@ -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 */

Modified: branches/REL_1/configure.ac
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/configure.ac?rev=1059&r1=1058&r2=1059&view=diff
==============================================================================
--- branches/REL_1/configure.ac	(original)
+++ branches/REL_1/configure.ac	Sun Jul  5 15:36:26 2015
@@ -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)

Modified: branches/REL_1/xmltooling/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/Makefile.am?rev=1059&r1=1058&r2=1059&view=diff
==============================================================================
--- branches/REL_1/xmltooling/Makefile.am	(original)
+++ branches/REL_1/xmltooling/Makefile.am	Sun Jul  5 15:36:26 2015
@@ -204,13 +204,13 @@
 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:

Modified: branches/REL_1/xmltooling/version.h
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/version.h?rev=1059&r1=1058&r2=1059&view=diff
==============================================================================
--- branches/REL_1/xmltooling/version.h	(original)
+++ branches/REL_1/xmltooling/version.h	Sun Jul  5 15:36:26 2015
@@ -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 */
 

Modified: branches/REL_1/xmltooling/xmltooling.rc
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/xmltooling.rc?rev=1059&r1=1058&r2=1059&view=diff
==============================================================================
--- branches/REL_1/xmltooling/xmltooling.rc	(original)
+++ branches/REL_1/xmltooling/xmltooling.rc	Sun Jul  5 15:36:26 2015
@@ -28,8 +28,8 @@
 //
 
 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 @@
 #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 @@
 #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



More information about the commits mailing list