[cpp-opensaml COMMIT] in /branches/REL_2: configure.ac saml/Makefile.am saml/saml.rc samlsign/samlsign.rc
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jan 20 21:59:45 EST 2015
Author: scantor
Date: Tue Jan 20 21:59:44 2015
New Revision: 774
URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=774&view=rev
Log:
Bump library version
Modified:
branches/REL_2/configure.ac
branches/REL_2/saml/Makefile.am
branches/REL_2/saml/saml.rc
branches/REL_2/samlsign/samlsign.rc
Modified: branches/REL_2/configure.ac
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/configure.ac?rev=774&r1=773&r2=774&view=diff
==============================================================================
--- branches/REL_2/configure.ac (original)
+++ branches/REL_2/configure.ac Tue Jan 20 21:59:44 2015
@@ -1,5 +1,5 @@
AC_PREREQ([2.50])
-AC_INIT([opensaml],[2.5.3],[https://issues.shibboleth.net/],[opensaml])
+AC_INIT([opensaml],[2.5.4],[https://issues.shibboleth.net/],[opensaml])
AC_CONFIG_SRCDIR(saml)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)
Modified: branches/REL_2/saml/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/saml/Makefile.am?rev=774&r1=773&r2=774&view=diff
==============================================================================
--- branches/REL_2/saml/Makefile.am (original)
+++ branches/REL_2/saml/Makefile.am Tue Jan 20 21:59:44 2015
@@ -191,7 +191,7 @@
# this is different from the project version
# http://sources.redhat.com/autobook/autobook/autobook_91.html
-libsaml_la_LDFLAGS = -version-info 8:3:0
+libsaml_la_LDFLAGS = -version-info 8:4:0
install-exec-hook:
for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
Modified: branches/REL_2/saml/saml.rc
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/saml/saml.rc?rev=774&r1=773&r2=774&view=diff
==============================================================================
--- branches/REL_2/saml/saml.rc (original)
+++ branches/REL_2/saml/saml.rc Tue Jan 20 21:59:44 2015
@@ -28,8 +28,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,5,3,1
- PRODUCTVERSION 2,5,3,0
+ FILEVERSION 2,5,4,0
+ PRODUCTVERSION 2,5,4,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,13 +47,13 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Library\0"
- VALUE "FileVersion", "2, 5, 3, 1\0"
+ VALUE "FileVersion", "2, 5, 4, 0\0"
#ifdef _DEBUG
VALUE "InternalName", "saml2_5D\0"
#else
VALUE "InternalName", "saml2_5\0"
#endif
- VALUE "LegalCopyright", "Copyright © 2013 UCAID\0"
+ VALUE "LegalCopyright", "Copyright © 2015 UCAID\0"
VALUE "LegalTrademarks", "\0"
#ifdef _DEBUG
VALUE "OriginalFilename", "saml2_5D.dll\0"
@@ -61,8 +61,8 @@
VALUE "OriginalFilename", "saml2_5.dll\0"
#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
Modified: branches/REL_2/samlsign/samlsign.rc
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/samlsign/samlsign.rc?rev=774&r1=773&r2=774&view=diff
==============================================================================
--- branches/REL_2/samlsign/samlsign.rc (original)
+++ branches/REL_2/samlsign/samlsign.rc Tue Jan 20 21:59:44 2015
@@ -28,8 +28,8 @@
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,5,3,1
- PRODUCTVERSION 2,5,3,0
+ FILEVERSION 2,5,4,0
+ PRODUCTVERSION 2,5,4,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,14 +47,14 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Signature Utility\0"
- VALUE "FileVersion", "2, 5, 3, 1\0"
+ VALUE "FileVersion", "2, 5, 4, 0\0"
VALUE "InternalName", "samlsign\0"
- VALUE "LegalCopyright", "Copyright © 2013 UCAID\0"
+ VALUE "LegalCopyright", "Copyright © 2015 UCAID\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "samlsign.exe\0"
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