You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2007/09/04 03:30:52 UTC

svn commit: r572483 - /xml/security/trunk/c/src/framework/version.rc

Author: scantor
Date: Mon Sep  3 18:30:52 2007
New Revision: 572483

URL: http://svn.apache.org/viewvc?rev=572483&view=rev
Log:
Fix version resource.

Modified:
    xml/security/trunk/c/src/framework/version.rc

Modified: xml/security/trunk/c/src/framework/version.rc
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/src/framework/version.rc?rev=572483&r1=572482&r2=572483&view=diff
==============================================================================
--- xml/security/trunk/c/src/framework/version.rc (original)
+++ xml/security/trunk/c/src/framework/version.rc Mon Sep  3 18:30:52 2007
@@ -54,8 +54,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,1,4,0
- PRODUCTVERSION 0,1,4,0
+ FILEVERSION 1,4,0,0
+ PRODUCTVERSION 1,4,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,14 +73,14 @@
             VALUE "Comments", "XML Security C++ Library\0"
             VALUE "CompanyName", "The Apache Software Foundation\0"
             VALUE "FileDescription", "xsec_1D\0"
-            VALUE "FileVersion", "0, 1, 4, 0\0"
+            VALUE "FileVersion", "1, 4, 0, 0\0"
             VALUE "InternalName", "xsec_1D\0"
             VALUE "LegalCopyright", "Copyright © 2002-2007 The Apache Software Foundation\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "xsec_1D.dll\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "XML-Security-C - C++ XML Security Library\0"
-            VALUE "ProductVersion", "0, 1, 4, 0\0"
+            VALUE "ProductVersion", "1, 4, 0, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END