[cpp-opensaml COMMIT] /branches/REL_2/samlsign/samlsign.rc

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 26 11:47:24 EDT 2012


Author: scantor
Date: Fri Oct 26 11:47:24 2012
New Revision: 750

URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=750&view=rev
Log:
Bump version with boost update

Modified:
    branches/REL_2/samlsign/samlsign.rc

Modified: branches/REL_2/samlsign/samlsign.rc
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/samlsign/samlsign.rc?rev=750&r1=749&r2=750&view=diff
==============================================================================
--- branches/REL_2/samlsign/samlsign.rc (original)
+++ branches/REL_2/samlsign/samlsign.rc Fri Oct 26 11:47:24 2012
@@ -28,8 +28,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,5,0,0
- PRODUCTVERSION 2,5,0,0
+ FILEVERSION 2,5,1,0
+ PRODUCTVERSION 2,5,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -47,14 +47,14 @@
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
             VALUE "FileDescription", "OpenSAML Signature Utility\0"
-            VALUE "FileVersion", "2, 5, 0, 0\0"
+            VALUE "FileVersion", "2, 5, 1, 0\0"
             VALUE "InternalName", "samlsign\0"
             VALUE "LegalCopyright", "Copyright © 2012 UCAID\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "samlsign.exe\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "OpenSAML 2.5.0\0"
-            VALUE "ProductVersion", "2, 5, 0, 0\0"
+            VALUE "ProductName", "OpenSAML 2.5.1\0"
+            VALUE "ProductVersion", "2, 5, 1, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END



More information about the commits mailing list