[cpp-opensaml] branch main updated: Fix version in Windows header.

Scott Cantor cantor.2 at osu.edu
Mon Mar 17 14:34:31 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=be0b7050be260c5b1da2f7d7f48fe04d5c85457c

The following commit(s) were added to refs/heads/main by this push:
     new be0b705  Fix version in Windows header.
be0b705 is described below

commit be0b7050be260c5b1da2f7d7f48fe04d5c85457c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 17 10:34:27 2025 -0400

    Fix version in Windows header.
---
 config_win32.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config_win32.h b/config_win32.h
index 56d2b84..e11d7c1 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -81,13 +81,13 @@
 #define PACKAGE_NAME "opensaml"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "opensaml 3.3.0"
+#define PACKAGE_STRING "opensaml 3.3.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "opensaml"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.3.0"
+#define PACKAGE_VERSION "3.3.1"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -100,7 +100,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "3.3.0"
+#define VERSION "3.3.1"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */

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


More information about the commits mailing list