[cpp-xmltooling] branch main updated: Bump patch version.
Scott Cantor
cantor.2 at osu.edu
Wed Mar 8 17:46:44 UTC 2023
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=e8cbc41e557846532ebc42a00b4f05ed3c580ae4
The following commit(s) were added to refs/heads/main by this push:
new e8cbc41 Bump patch version.
e8cbc41 is described below
commit e8cbc41e557846532ebc42a00b4f05ed3c580ae4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 8 12:46:40 2023 -0500
Bump patch version.
---
xmltooling/xmltooling.rc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index ff8014c..7ac4073 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,3,1
- PRODUCTVERSION 3,2,3,1
+ FILEVERSION 3,2,3,2
+ PRODUCTVERSION 3,2,3,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "3, 2, 3, 1\0"
+ VALUE "FileVersion", "3, 2, 3, 2\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
VALUE "InternalName", "xmltooling-lite3_2D\0"
@@ -82,7 +82,7 @@ BEGIN
#endif
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenSAML 3.2.1\0"
- VALUE "ProductVersion", "3, 2, 1, 1\0"
+ VALUE "ProductVersion", "3, 2, 1, 2\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