[cpp-xmltooling COMMIT] in /branches/REL_1: configure.ac xmltooling/Makefile.am xmltooling/xmltooling.rc

noreply at shibboleth.net noreply at shibboleth.net
Tue Jan 20 21:49:31 EST 2015


Author: scantor
Date: Tue Jan 20 21:49:31 2015
New Revision: 1043

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1043&view=rev
Log:
Bump library version

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

Modified: branches/REL_1/configure.ac
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/configure.ac?rev=1043&r1=1042&r2=1043&view=diff
==============================================================================
--- branches/REL_1/configure.ac (original)
+++ branches/REL_1/configure.ac Tue Jan 20 21:49:31 2015
@@ -1,6 +1,6 @@
 # Process this file with autoreconf
 AC_PREREQ([2.50])
-AC_INIT([xmltooling],[1.5.3],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[1.5.4],[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=1043&r1=1042&r2=1043&view=diff
==============================================================================
--- branches/REL_1/xmltooling/Makefile.am (original)
+++ branches/REL_1/xmltooling/Makefile.am Tue Jan 20 21:49:31 2015
@@ -204,13 +204,13 @@
 libxmltooling_lite_la_SOURCES = \
 	${common_sources}
 libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
-libxmltooling_lite_la_LDFLAGS = -version-info 6:3:0
+libxmltooling_lite_la_LDFLAGS = -version-info 6:4:0
 
 if BUILD_XMLSEC
 libxmltooling_la_SOURCES = \
 	${common_sources} \
 	${xmlsec_sources}
-libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:3:0
+libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 6:4:0
 endif
 
 install-exec-hook:

Modified: branches/REL_1/xmltooling/xmltooling.rc
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/xmltooling.rc?rev=1043&r1=1042&r2=1043&view=diff
==============================================================================
--- branches/REL_1/xmltooling/xmltooling.rc (original)
+++ branches/REL_1/xmltooling/xmltooling.rc Tue Jan 20 21:49:31 2015
@@ -28,8 +28,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,5,3,1
- PRODUCTVERSION 2,5,3,0
+ FILEVERSION 1,5,4,0
+ PRODUCTVERSION 2,5,4,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -51,7 +51,7 @@
 #else
             VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
 #endif
-            VALUE "FileVersion", "1, 5, 3, 1\0"
+            VALUE "FileVersion", "1, 5, 4, 0\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
             VALUE "InternalName", "xmltooling-lite1_5D\0"
@@ -65,7 +65,7 @@
             VALUE "InternalName", "xmltooling1_5\0"
 #endif
 #endif
-            VALUE "LegalCopyright", "Copyright © 2013 UCAID\0"
+            VALUE "LegalCopyright", "Copyright © 2015 UCAID\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
@@ -81,8 +81,8 @@
 #endif
 #endif
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "OpenSAML 2.5.3\0"
-            VALUE "ProductVersion", "2, 5, 3, 0\0"
+            VALUE "ProductName", "OpenSAML 2.5.4\0"
+            VALUE "ProductVersion", "2, 5, 4, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END



More information about the commits mailing list