[cpp-xmltooling] 01/02: Bump revision for file replacement.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 2 15:36:00 UTC 2020
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=a5feae79e7817a79244a330a954525670f0b0f1c
commit a5feae79e7817a79244a330a954525670f0b0f1c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 2 10:35:24 2020 -0500
Bump revision for file replacement.
---
xmltooling/xmltooling.rc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index 81f652a..e33b323 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,1,0,0
- PRODUCTVERSION 3,1,0,0
+ FILEVERSION 3,1,0,1
+ PRODUCTVERSION 3,1,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "3, 1, 0, 0\0"
+ VALUE "FileVersion", "3, 1, 0, 1\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
VALUE "InternalName", "xmltooling-lite3_1D\0"
@@ -82,7 +82,7 @@ BEGIN
#endif
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenSAML 3.1.0\0"
- VALUE "ProductVersion", "3, 1, 0, 0\0"
+ VALUE "ProductVersion", "3, 1, 0, 1\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