[cpp-xmltooling] 03/03: Bump to 1.6.2
Scott Cantor
cantor.2 at osu.edu
Thu Nov 16 16:17:04 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-1.6
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=681800acf514b8f03d1851f620c4d688ab4669a5
commit 681800acf514b8f03d1851f620c4d688ab4669a5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Nov 16 16:16:51 2017 -0500
Bump to 1.6.2
---
configure.ac | 2 +-
xmltooling/Makefile.am | 4 ++--
xmltooling/version.h | 2 +-
xmltooling/xmltooling.rc | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0df245e..814893f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoreconf
AC_PREREQ([2.50])
-AC_INIT([xmltooling],[1.6.1],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[1.6.2],[https://issues.shibboleth.net/],[xmltooling])
AC_CONFIG_SRCDIR(xmltooling)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)
diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am
index 9b83d03..ae406c5 100644
--- a/xmltooling/Makefile.am
+++ b/xmltooling/Makefile.am
@@ -206,13 +206,13 @@ common_sources = \
libxmltooling_lite_la_SOURCES = \
${common_sources}
libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
-libxmltooling_lite_la_LDFLAGS = -version-info 7:1:0
+libxmltooling_lite_la_LDFLAGS = -version-info 7:2:0
if BUILD_XMLSEC
libxmltooling_la_SOURCES = \
${common_sources} \
${xmlsec_sources}
-libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:1:0
+libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:2:0
endif
install-exec-hook:
diff --git a/xmltooling/version.h b/xmltooling/version.h
index b6695f9..bd13144 100644
--- a/xmltooling/version.h
+++ b/xmltooling/version.h
@@ -44,7 +44,7 @@
#define XMLTOOLING_VERSION_MAJOR 1
#define XMLTOOLING_VERSION_MINOR 6
-#define XMLTOOLING_VERSION_REVISION 1
+#define XMLTOOLING_VERSION_REVISION 2
/** DO NOT MODIFY BELOW THIS LINE */
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index 97a5755..8c09cb7 100644
--- a/xmltooling/xmltooling.rc
+++ b/xmltooling/xmltooling.rc
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,6,1,0
+ FILEVERSION 1,6,2,0
PRODUCTVERSION 2,6,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "1, 6, 1, 0\0"
+ VALUE "FileVersion", "1, 6, 2, 0\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
VALUE "InternalName", "xmltooling-lite1_6D\0"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list