[cpp-sp] branch master updated: Update version to 3.0.2.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 1 10:54:36 EDT 2018
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=ee65cbb8ec55967e46dde58b99a945ac8f4a47b0
The following commit(s) were added to refs/heads/master by this push:
new ee65cbb Update version to 3.0.2.
ee65cbb is described below
commit ee65cbb8ec55967e46dde58b99a945ac8f4a47b0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 1 10:54:28 2018 -0400
Update version to 3.0.2.
---
config_win32.h | 6 +++---
configure.ac | 2 +-
shibsp/Makefile.am | 4 ++--
shibsp/version.h | 2 +-
util/resourceCommon.rci | 6 +++---
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index bc5cc0a..986eea7 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.1"
+#define PACKAGE_STRING "shibboleth 3.0.2"
/* 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.1"
+#define PACKAGE_VERSION "3.0.2"
/* 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.1"
+#define VERSION "3.0.2"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/configure.ac b/configure.ac
index 6f0c879..2fe7def 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.50])
-AC_INIT([shibboleth],[3.0.1],[https://issues.shibboleth.net/],[shibboleth-sp])
+AC_INIT([shibboleth],[3.0.2],[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 c062ee6..f8514c6 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -242,7 +242,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:1:0
+libshibsp_la_LDFLAGS = -version-info 8:2:0
libshibsp_la_CXXFLAGS = \
$(BOOST_CPPFLAGS) \
$(PTHREAD_CFLAGS) \
@@ -260,7 +260,7 @@ libshibsp_la_LIBADD = \
$(xerces_LIBS) \
$(xmlsec_LIBS) \
$(xmltooling_LIBS)
-libshibsp_lite_la_LDFLAGS = -version-info 8:1:0
+libshibsp_lite_la_LDFLAGS = -version-info 8:2:0
libshibsp_lite_la_CXXFLAGS = -DSHIBSP_LITE \
$(BOOST_CPPFLAGS) \
$(PTHREAD_CFLAGS) \
diff --git a/shibsp/version.h b/shibsp/version.h
index e7695ec..b53521e 100644
--- a/shibsp/version.h
+++ b/shibsp/version.h
@@ -44,7 +44,7 @@
#define SHIBSP_VERSION_MAJOR 3
#define SHIBSP_VERSION_MINOR 0
-#define SHIBSP_VERSION_REVISION 1
+#define SHIBSP_VERSION_REVISION 2
/** DO NOT MODIFY BELOW THIS LINE */
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index 672ab98..2cfb376 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,1,0\0"
+ VALUE "FileVersion", "3,0,2,0\0"
VALUE "LegalCopyright", "Copyright � 2018 UCAID\0"
VALUE "LegalTrademarks", "\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 3.0.1\0"
- VALUE "ProductVersion", "3, 0, 1, 0\0"
+ VALUE "ProductName", "Shibboleth 3.0.2\0"
+ VALUE "ProductVersion", "3, 0, 2, 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