[cpp-sp] branch main updated: Update minor version.
Scott Cantor
cantor.2 at osu.edu
Mon Oct 24 13:58:00 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=0b1824fa99a04184796c270112a736119fc1047f
The following commit(s) were added to refs/heads/main by this push:
new 0b1824fa Update minor version.
0b1824fa is described below
commit 0b1824fa99a04184796c270112a736119fc1047f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 24 09:57:55 2022 -0400
Update minor version.
---
config_win32.h | 4 ++--
configure.ac | 2 +-
shibsp/Makefile.am | 4 ++--
shibsp/shibsp.rc | 20 ++++++++++----------
shibsp/version.h | 4 ++--
util/resourceCommon.rci | 6 +++---
6 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index f4d28401..1249e65e 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -121,13 +121,13 @@
#define PACKAGE_NAME "shibboleth"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth 3.3.1"
+#define PACKAGE_STRING "shibboleth 3.4.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "shibboleth-sp"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "3.3.1"
+#define PACKAGE_VERSION "3.4.0"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
diff --git a/configure.ac b/configure.ac
index 57f58ba0..de725a1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.50])
-AC_INIT([shibboleth],[3.3.1],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
+AC_INIT([shibboleth],[3.4.0],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
AC_CONFIG_SRCDIR(shibsp)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)
diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index e9eeda7c..ec199093 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -244,7 +244,7 @@ libshibsp_la_SOURCES = \
# this is different from the project version
# http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshibsp_la_LDFLAGS = -version-info 10:4:0
+libshibsp_la_LDFLAGS = -version-info 10:5:0
libshibsp_la_CXXFLAGS = \
$(AM_CXXFLAGS) \
$(BOOST_CPPFLAGS) \
@@ -263,7 +263,7 @@ libshibsp_la_LIBADD = \
$(xerces_LIBS) \
$(xmlsec_LIBS) \
$(xmltooling_LIBS)
-libshibsp_lite_la_LDFLAGS = -version-info 10:4:0
+libshibsp_lite_la_LDFLAGS = -version-info 10:5:0
libshibsp_lite_la_CXXFLAGS = -DSHIBSP_LITE \
$(AM_CXXFLAGS) \
$(BOOST_CPPFLAGS) \
diff --git a/shibsp/shibsp.rc b/shibsp/shibsp.rc
index e2ed71c3..300c0d05 100644
--- a/shibsp/shibsp.rc
+++ b/shibsp/shibsp.rc
@@ -53,35 +53,35 @@ BEGIN
#endif
#ifdef SHIBSP_LITE
#ifdef _DEBUG
- VALUE "InternalName", "shibsp-lite3_3D\0"
+ VALUE "InternalName", "shibsp-lite3_4D\0"
#else
- VALUE "InternalName", "shibsp-lite3_3\0"
+ VALUE "InternalName", "shibsp-lite3_4\0"
#endif
#else
#ifdef _DEBUG
- VALUE "InternalName", "shibsp3_3D\0"
+ VALUE "InternalName", "shibsp3_4D\0"
#else
- VALUE "InternalName", "shibsp3_3\0"
+ VALUE "InternalName", "shibsp3_4\0"
#endif
#endif
VALUE "LegalCopyright", "Copyright 2022 Various\0"
VALUE "LegalTrademarks", "\0"
#ifdef SHIBSP_LITE
#ifdef _DEBUG
- VALUE "OriginalFilename", "shibsp-lite3_3D.dll\0"
+ VALUE "OriginalFilename", "shibsp-lite3_4D.dll\0"
#else
- VALUE "OriginalFilename", "shibsp-lite3_3.dll\0"
+ VALUE "OriginalFilename", "shibsp-lite3_4.dll\0"
#endif
#else
#ifdef _DEBUG
- VALUE "OriginalFilename", "shibsp3_3D.dll\0"
+ VALUE "OriginalFilename", "shibsp3_4D.dll\0"
#else
- VALUE "OriginalFilename", "shibsp3_3.dll\0"
+ VALUE "OriginalFilename", "shibsp3_4.dll\0"
#endif
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 3.3.1\0"
- VALUE "ProductVersion", "3, 3, 1, 0\0"
+ VALUE "ProductName", "Shibboleth 3.4.0\0"
+ VALUE "ProductVersion", "3, 4, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/shibsp/version.h b/shibsp/version.h
index f5f89168..1fb61ff0 100644
--- a/shibsp/version.h
+++ b/shibsp/version.h
@@ -43,8 +43,8 @@
*/
#define SHIBSP_VERSION_MAJOR 3
-#define SHIBSP_VERSION_MINOR 3
-#define SHIBSP_VERSION_REVISION 1
+#define SHIBSP_VERSION_MINOR 4
+#define SHIBSP_VERSION_REVISION 0
/** DO NOT MODIFY BELOW THIS LINE */
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index ced7c2db..ee9885ad 100644
--- a/util/resourceCommon.rci
+++ b/util/resourceCommon.rci
@@ -1,10 +1,10 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
- VALUE "FileVersion", "3,3,1,0\0"
+ VALUE "FileVersion", "3,4,0,0\0"
VALUE "LegalCopyright", "Copyright 2022 Various\0"
VALUE "LegalTrademarks", "\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 3.3.1\0"
- VALUE "ProductVersion", "3, 3, 1, 0\0"
+ VALUE "ProductName", "Shibboleth 3.4.0\0"
+ VALUE "ProductVersion", "3, 4, 0, 0\0"
VALUE "SpecialBuild", "\0"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list