[xmltooling] 03/04: Bump to 1.6.2
Ferenc Wágner
wferi at moszumanska.debian.org
Fri Nov 17 08:48:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
wferi pushed a commit to branch maint-1.6
in repository xmltooling.
commit 681800acf514b8f03d1851f620c4d688ab4669a5
Author: Scott Cantor <cantor.2 at osu.edu>
Date: 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list