[cpp-sp] 01/02: Update version to 3.1.0.

Scott Cantor cantor.2 at osu.edu
Fri Oct 4 14:56:48 EDT 2019


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

scantor pushed a commit to branch master
in repository cpp-sp.

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

commit a1111f3cdb414ebd3e4f23b99e632eccc3884816
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 4 14:55:33 2019 -0400

    Update version to 3.1.0.
---
 config_win32.h          | 6 +++---
 configure.ac            | 2 +-
 shibsp/Makefile.am      | 4 ++--
 shibsp/version.h        | 4 ++--
 util/resourceCommon.rci | 8 ++++----
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/config_win32.h b/config_win32.h
index 7c4e87c..c4f371f 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.0.4"
+#define PACKAGE_STRING "shibboleth 3.1.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.0.4"
+#define PACKAGE_VERSION "3.1.0"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -140,7 +140,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "3.0.4"
+#define VERSION "3.1.0"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
diff --git a/configure.ac b/configure.ac
index 6422c76..6626005 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([shibboleth],[3.0.4],[https://issues.shibboleth.net/],[shibboleth-sp])
+AC_INIT([shibboleth],[3.1],[https://issues.shibboleth.net/],[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 eb7a70c..a342b72 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -243,7 +243,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 8:4:0
+libshibsp_la_LDFLAGS = -version-info 8:5:0
 libshibsp_la_CXXFLAGS = \
     $(AM_CXXFLAGS) \
     $(BOOST_CPPFLAGS) \
@@ -262,7 +262,7 @@ libshibsp_la_LIBADD = \
     $(xerces_LIBS) \
     $(xmlsec_LIBS) \
     $(xmltooling_LIBS)
-libshibsp_lite_la_LDFLAGS = -version-info 8:4:0
+libshibsp_lite_la_LDFLAGS = -version-info 8:5:0
 libshibsp_lite_la_CXXFLAGS = -DSHIBSP_LITE \
     $(AM_CXXFLAGS) \
     $(BOOST_CPPFLAGS) \
diff --git a/shibsp/version.h b/shibsp/version.h
index ca65d68..e9a71d7 100644
--- a/shibsp/version.h
+++ b/shibsp/version.h
@@ -43,8 +43,8 @@
  */
 
 #define SHIBSP_VERSION_MAJOR 3
-#define SHIBSP_VERSION_MINOR 0
-#define SHIBSP_VERSION_REVISION 4
+#define SHIBSP_VERSION_MINOR 1
+#define SHIBSP_VERSION_REVISION 0
 
 /** DO NOT MODIFY BELOW THIS LINE */
 
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index 245bab3..959f8b7 100644
--- a/util/resourceCommon.rci
+++ b/util/resourceCommon.rci
@@ -1,10 +1,10 @@
 
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
-            VALUE "FileVersion", "3,0,4,0\0"
-            VALUE "LegalCopyright", "Copyright 2019 UCAID\0"
+            VALUE "FileVersion", "3,1,0,0\0"
+            VALUE "LegalCopyright", "Copyright 2019 Various\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "Shibboleth 3.0.4\0"
-            VALUE "ProductVersion", "3, 0, 4, 0\0"
+            VALUE "ProductName", "Shibboleth 3.1.0\0"
+            VALUE "ProductVersion", "3, 1, 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