[cpp-opensaml] 02/02: Bump version.
Scott Cantor
cantor.2 at osu.edu
Tue Nov 16 15:19:32 UTC 2021
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=474dc07ff859e7b55919d20d1141b289d328b8c0
commit 474dc07ff859e7b55919d20d1141b289d328b8c0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 16 10:19:21 2021 -0500
Bump version.
---
config_win32.h | 6 +++---
configure.ac | 2 +-
saml/Makefile.am | 2 +-
saml/saml.rc | 12 ++++++------
saml/version.h | 2 +-
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index e42dbbe..ec24c89 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.2.0"
+#define PACKAGE_STRING "opensaml 3.2.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.2.0"
+#define PACKAGE_VERSION "3.2.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.2.0"
+#define VERSION "3.2.1"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/configure.ac b/configure.ac
index 26b346f..66d83dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.50])
-AC_INIT([opensaml],[3.2.0],[https://issues.shibboleth.net/],[opensaml])
+AC_INIT([opensaml],[3.2.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 d60c0d3..3ce4eee 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 12:0:0
+libsaml_la_LDFLAGS = -version-info 12:1:0
libsaml_la_CPPFLAGS = \
$(BOOST_CPPFLAGS)
libsaml_la_CXXFLAGS = \
diff --git a/saml/saml.rc b/saml/saml.rc
index 883be39..b80e28c 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,2,0,1
- PRODUCTVERSION 3,2,0,1
+ FILEVERSION 3,2,1,0
+ PRODUCTVERSION 3,2,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, 2, 0, 1\0"
+ VALUE "FileVersion", "3, 2, 1, 0\0"
#ifdef _DEBUG
VALUE "InternalName", "saml3_2D\0"
#else
VALUE "InternalName", "saml3_2\0"
#endif
- VALUE "LegalCopyright", "Copyright 2020 Various\0"
+ VALUE "LegalCopyright", "Copyright 2021 Various\0"
VALUE "LegalTrademarks", "\0"
#ifdef _DEBUG
VALUE "OriginalFilename", "saml3_2D.dll\0"
@@ -61,8 +61,8 @@ BEGIN
VALUE "OriginalFilename", "saml3_2.dll\0"
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "OpenSAML 3.2.0\0"
- VALUE "ProductVersion", "3, 2, 0, 1\0"
+ VALUE "ProductName", "OpenSAML 3.2.1\0"
+ VALUE "ProductVersion", "3, 2, 1, 0\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/saml/version.h b/saml/version.h
index e4da225..ca38d26 100644
--- a/saml/version.h
+++ b/saml/version.h
@@ -44,7 +44,7 @@
#define OPENSAML_VERSION_MAJOR 3
#define OPENSAML_VERSION_MINOR 2
-#define OPENSAML_VERSION_REVISION 0
+#define OPENSAML_VERSION_REVISION 1
/** DO NOT MODIFY BELOW THIS LINE */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list