[cpp-xmltooling] branch main updated: Bump version to 3.3.0
Scott Cantor
cantor.2 at osu.edu
Mon Sep 9 19:35:20 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=c7d233f462454c26e659e1a1838a98095007bb15
The following commit(s) were added to refs/heads/main by this push:
new c7d233f Bump version to 3.3.0
c7d233f is described below
commit c7d233f462454c26e659e1a1838a98095007bb15
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 9 15:34:58 2024 -0400
Bump version to 3.3.0
---
config_win32.h | 6 +++---
configure.ac | 2 +-
xmltooling/Makefile.am | 2 +-
xmltooling/version.h | 4 ++--
xmltooling/xmltooling.rc | 28 ++++++++++++++--------------
5 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/config_win32.h b/config_win32.h
index 4b1f614..b8bb888 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.2.4"
+#define PACKAGE_STRING "xmltooling 3.3.0"
/* 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.2.4"
+#define PACKAGE_VERSION "3.3.0"
/* 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.2.4"
+#define VERSION "3.3.0"
/* Define if you wish to disable XML-Security-dependent features. */
/* #undef XMLTOOLING_NO_XMLSEC */
diff --git a/configure.ac b/configure.ac
index 7d9729d..5d78618 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Process this file with autoreconf
AC_PREREQ([2.50])
-AC_INIT([xmltooling],[3.2.4],[https://shibboleth.atlassian.net/jira],[xmltooling])
+AC_INIT([xmltooling],[3.3.0],[https://shibboleth.atlassian.net/jira],[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 9a099e1..5df2f1c 100644
--- a/xmltooling/Makefile.am
+++ b/xmltooling/Makefile.am
@@ -229,7 +229,7 @@ common_LIBADD = \
$(PTHREAD_LIBS) \
$(dlopen_LIBS)
-AM_LDFLAGS = -version-info 10:4:0
+AM_LDFLAGS = -version-info 11:0:0
libxmltooling_lite_la_SOURCES = \
${common_sources}
diff --git a/xmltooling/version.h b/xmltooling/version.h
index b9d125d..86b52ee 100644
--- a/xmltooling/version.h
+++ b/xmltooling/version.h
@@ -43,8 +43,8 @@
*/
#define XMLTOOLING_VERSION_MAJOR 3
-#define XMLTOOLING_VERSION_MINOR 2
-#define XMLTOOLING_VERSION_REVISION 4
+#define XMLTOOLING_VERSION_MINOR 3
+#define XMLTOOLING_VERSION_REVISION 0
/** DO NOT MODIFY BELOW THIS LINE */
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index 3d019f2..3678065 100644
--- a/xmltooling/xmltooling.rc
+++ b/xmltooling/xmltooling.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,4,1
- PRODUCTVERSION 3,2,4,1
+ FILEVERSION 3,3,0,0
+ PRODUCTVERSION 3,3,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -51,38 +51,38 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "3, 2, 4, 1\0"
+ VALUE "FileVersion", "3, 3, 0, 0\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
- VALUE "InternalName", "xmltooling-lite3_2D\0"
+ VALUE "InternalName", "xmltooling-lite3_3D\0"
#else
- VALUE "InternalName", "xmltooling-lite3_2\0"
+ VALUE "InternalName", "xmltooling-lite3_3\0"
#endif
#else
#ifdef _DEBUG
- VALUE "InternalName", "xmltooling3_2D\0"
+ VALUE "InternalName", "xmltooling3_3D\0"
#else
- VALUE "InternalName", "xmltooling3_2\0"
+ VALUE "InternalName", "xmltooling3_3\0"
#endif
#endif
- VALUE "LegalCopyright", "Copyright 2023 Various\0"
+ VALUE "LegalCopyright", "Copyright 2001-2024 Various\0"
VALUE "LegalTrademarks", "\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
- VALUE "OriginalFilename", "xmltooling-lite3_2D.dll\0"
+ VALUE "OriginalFilename", "xmltooling-lite3_3D.dll\0"
#else
- VALUE "OriginalFilename", "xmltooling-lite3_2.dll\0"
+ VALUE "OriginalFilename", "xmltooling-lite3_3.dll\0"
#endif
#else
#ifdef _DEBUG
- VALUE "OriginalFilename", "xmltooling3_2.dll\0"
+ VALUE "OriginalFilename", "xmltooling3_3.dll\0"
#else
- VALUE "OriginalFilename", "xmltooling3_2.dll\0"
+ VALUE "OriginalFilename", "xmltooling3_3.dll\0"
#endif
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "OpenSAML 3.2.1\0"
- VALUE "ProductVersion", "3, 2, 1, 4\0"
+ VALUE "ProductName", "OpenSAML 3.3.0\0"
+ VALUE "ProductVersion", "3, 3, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list