[cpp-xmltooling] branch maint-1.6 updated: Bump version and soname.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 19 10:20:03 EST 2018
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=c17495104c0a8e0bac2f9b0bdcba814d35e520c5
The following commit(s) were added to refs/heads/maint-1.6 by this push:
new c174951 Bump version and soname.
c174951 is described below
commit c17495104c0a8e0bac2f9b0bdcba814d35e520c5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 19 10:19:48 2018 -0500
Bump version and soname.
---
config_win32.h | 6 +++---
configure.ac | 2 +-
xmltooling/Makefile.am | 4 ++--
xmltooling/version.h | 2 +-
xmltooling/xmltooling.rc | 4 ++--
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index bdabf67..47bcd32 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -117,13 +117,13 @@
#define PACKAGE_NAME "xmltooling"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.6.3"
+#define PACKAGE_STRING "xmltooling 1.6.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xmltooling"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.6.3"
+#define PACKAGE_VERSION "1.6.4"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -136,7 +136,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "1.6.3"
+#define VERSION "1.6.4"
/* Define if you wish to disable XML-Security-dependent features. */
/* #undef XMLTOOLING_NO_XMLSEC */
diff --git a/configure.ac b/configure.ac
index cdad767..e2d7e6d 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.3],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[1.6.4],[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 ae406c5..c620d71 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:2:0
+libxmltooling_lite_la_LDFLAGS = -version-info 7:4:0
if BUILD_XMLSEC
libxmltooling_la_SOURCES = \
${common_sources} \
${xmlsec_sources}
-libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:2:0
+libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:4:0
endif
install-exec-hook:
diff --git a/xmltooling/version.h b/xmltooling/version.h
index 2a9ebff..a6e432b 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 3
+#define XMLTOOLING_VERSION_REVISION 4
/** DO NOT MODIFY BELOW THIS LINE */
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index bd79037..bcf8c86 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,3,0
+ FILEVERSION 1,6,4,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, 3, 0\0"
+ VALUE "FileVersion", "1, 6, 4, 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