[cpp-opensaml] branch main updated: Bump version to 3.3.1

Scott Cantor cantor.2 at osu.edu
Tue Mar 11 15:19:14 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=e8725ae62662ae14dac4bc2c5cee9d059ae7939f

The following commit(s) were added to refs/heads/main by this push:
     new e8725ae  Bump version to 3.3.1
e8725ae is described below

commit e8725ae62662ae14dac4bc2c5cee9d059ae7939f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 10 15:27:37 2025 -0400

    Bump version to 3.3.1
---
 configure.ac         |  2 +-
 saml/Makefile.am     |  2 +-
 saml/saml.rc         | 12 ++++++------
 saml/version.h       |  2 +-
 samlsign/samlsign.rc | 12 ++++++------
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/configure.ac b/configure.ac
index 21d0a54..e901a50 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([opensaml],[3.3.0],[https://issues.shibboleth.net/],[opensaml])
+AC_INIT([opensaml],[3.3.1],[https://issues.shibboleth.net/],[opensaml])
 AC_CONFIG_SRCDIR(saml)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
diff --git a/saml/Makefile.am b/saml/Makefile.am
index 39d3cef..ab5d9bf 100644
--- a/saml/Makefile.am
+++ b/saml/Makefile.am
@@ -183,7 +183,7 @@ libsaml_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libsaml_la_LDFLAGS = -version-info 13:0:0
+libsaml_la_LDFLAGS = -version-info 13:1:0
 libsaml_la_CPPFLAGS = \
     $(BOOST_CPPFLAGS)
 libsaml_la_CXXFLAGS = \
diff --git a/saml/saml.rc b/saml/saml.rc
index f1d19c8..ed323ae 100644
--- a/saml/saml.rc
+++ b/saml/saml.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,3,0,0
- PRODUCTVERSION 3,3,0,0
+ FILEVERSION 3,3,1,0
+ PRODUCTVERSION 3,3,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -47,13 +47,13 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
             VALUE "FileDescription", "OpenSAML Library\0"
-            VALUE "FileVersion", "3, 3, 0, 0\0"
+            VALUE "FileVersion", "3, 3, 1, 0\0"
 #ifdef _DEBUG
             VALUE "InternalName", "saml3_3D\0"
 #else
             VALUE "InternalName", "saml3_3\0"
 #endif
-            VALUE "LegalCopyright", "Copyright 2001-2024 Various\0"
+            VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef _DEBUG
             VALUE "OriginalFilename", "saml3_3.dll\0"
@@ -61,8 +61,8 @@ BEGIN
             VALUE "OriginalFilename", "saml3_3.dll\0"
 #endif
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "OpenSAML 3.3.0\0"
-            VALUE "ProductVersion", "3, 3, 0, 0\0"
+            VALUE "ProductName", "OpenSAML 3.3.1\0"
+            VALUE "ProductVersion", "3, 3, 1, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END
diff --git a/saml/version.h b/saml/version.h
index 39a62b1..cdd23ef 100644
--- a/saml/version.h
+++ b/saml/version.h
@@ -44,7 +44,7 @@
 
 #define OPENSAML_VERSION_MAJOR 3
 #define OPENSAML_VERSION_MINOR 3
-#define OPENSAML_VERSION_REVISION 0
+#define OPENSAML_VERSION_REVISION 1
 
 /** DO NOT MODIFY BELOW THIS LINE */
 
diff --git a/samlsign/samlsign.rc b/samlsign/samlsign.rc
index fab3c5e..1d35b51 100644
--- a/samlsign/samlsign.rc
+++ b/samlsign/samlsign.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,3,0,0
- PRODUCTVERSION 3,3,0,0
+ FILEVERSION 3,3,1,0
+ PRODUCTVERSION 3,3,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -47,14 +47,14 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
             VALUE "FileDescription", "OpenSAML Signature Utility\0"
-            VALUE "FileVersion", "3, 3, 0, 0\0"
+            VALUE "FileVersion", "3, 3, 1, 0\0"
             VALUE "InternalName", "samlsign\0"
-            VALUE "LegalCopyright", "Copyright 2001-2024 Various\0"
+            VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "samlsign.exe\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "OpenSAML 3.3.0\0"
-            VALUE "ProductVersion", "3, 3, 0, 0\0"
+            VALUE "ProductName", "OpenSAML 3.3.1\0"
+            VALUE "ProductVersion", "3, 3, 1, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list