[cpp-xmltooling] branch master updated: Update library version.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 17 21:51:28 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=dc187e57522d9724fe2207382530387664f09202
The following commit(s) were added to refs/heads/master by this push:
new dc187e5 Update library version.
dc187e5 is described below
commit dc187e57522d9724fe2207382530387664f09202
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 17 21:51:21 2018 -0400
Update library version.
---
config_win32.h | 6 +++---
configure.ac | 2 +-
xmltooling/Makefile.am | 2 +-
xmltooling/version.h | 2 +-
xmltooling/xmltooling.rc | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index 29985dc..773970a 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -106,13 +106,13 @@
#define PACKAGE_NAME "xmltooling"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 3.0.0"
+#define PACKAGE_STRING "xmltooling 3.0.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xmltooling"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "3.0.0"
+#define PACKAGE_VERSION "3.0.1"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -125,7 +125,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "3.0.0"
+#define VERSION "3.0.1"
/* Define if you wish to disable XML-Security-dependent features. */
/* #undef XMLTOOLING_NO_XMLSEC */
diff --git a/configure.ac b/configure.ac
index 39785c0..8c03b4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoreconf
AC_PREREQ([2.50])
-AC_INIT([xmltooling],[3.0.0],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[3.0.1],[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 038e139..d49b574 100644
--- a/xmltooling/Makefile.am
+++ b/xmltooling/Makefile.am
@@ -216,7 +216,7 @@ common_sources = \
common_CXXFLAGS = $(xerces_CFLAGS) $(log4shib_CFLAGS) $(log4cpp_CFLAGS) $(PTHREAD_CFLAGS) $(BOOST_CPPFLAGS)
common_LIBADD = $(xerces_LIBS) $(log4shib_LIBS) $(log4cpp_LIBS) $(PTHREAD_LIBS) $(dlopen_LIBS)
-AM_LDFLAGS = -version-info 8:0:0
+AM_LDFLAGS = -version-info 8:1:0
libxmltooling_lite_la_SOURCES = \
${common_sources}
diff --git a/xmltooling/version.h b/xmltooling/version.h
index 8050fa3..60e8cfa 100644
--- a/xmltooling/version.h
+++ b/xmltooling/version.h
@@ -44,7 +44,7 @@
#define XMLTOOLING_VERSION_MAJOR 3
#define XMLTOOLING_VERSION_MINOR 0
-#define XMLTOOLING_VERSION_REVISION 0
+#define XMLTOOLING_VERSION_REVISION 1
/** DO NOT MODIFY BELOW THIS LINE */
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index b252f4c..1affdde 100644
--- a/xmltooling/xmltooling.rc
+++ b/xmltooling/xmltooling.rc
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,0,0,1
+ FILEVERSION 3,0,1,0
PRODUCTVERSION 3,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "3, 0, 0, 1\0"
+ VALUE "FileVersion", "3, 0, 1, 0\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
VALUE "InternalName", "xmltooling-lite3_0D\0"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list