[cpp-xmltooling] branch master updated: Set fourth file version digit to signify rebuild.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 2 17:04:23 EST 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
The following commit(s) were added to refs/heads/master by this push:
new 7231577 Set fourth file version digit to signify rebuild.
7231577 is described below
commit 723157700628d2f94e1911b9fc0145f351ccdcf1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 2 17:06:02 2016 -0500
Set fourth file version digit to signify rebuild.
---
xmltooling/xmltooling.rc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index 44f3410..4ba5d73 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,5,6,0
+ FILEVERSION 1,5,6,1
PRODUCTVERSION 2,5,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "1, 5, 6, 0\0"
+ VALUE "FileVersion", "1, 5, 6, 1\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
VALUE "InternalName", "xmltooling-lite1_5D\0"
@@ -65,7 +65,7 @@ BEGIN
VALUE "InternalName", "xmltooling1_5\0"
#endif
#endif
- VALUE "LegalCopyright", "Copyright � 2015 UCAID\0"
+ VALUE "LegalCopyright", "Copyright � 2016 UCAID\0"
VALUE "LegalTrademarks", "\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list