You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2003/11/21 12:36:55 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/Win32 Version.rc

amassari    2003/11/21 03:36:55

  Modified:    c/src/xercesc/util/Platforms/Win32 Version.rc
  Log:
  Updated version in resources to 2.4
  
  Revision  Changes    Path
  1.46      +8 -8      xml-xerces/c/src/xercesc/util/Platforms/Win32/Version.rc
  
  Index: Version.rc
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Win32/Version.rc,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Version.rc	29 Oct 2003 16:26:40 -0000	1.45
  +++ Version.rc	21 Nov 2003 11:36:55 -0000	1.46
  @@ -29,8 +29,8 @@
   //
   
   VS_VERSION_INFO VERSIONINFO
  - FILEVERSION 2,3,0,0
  - PRODUCTVERSION 2,3,0,0
  + FILEVERSION 2,4,0,0
  + PRODUCTVERSION 2,4,0,0
    FILEFLAGSMASK 0x3fL
   #ifdef _DEBUG
    FILEFLAGS 0x1L
  @@ -47,15 +47,15 @@
           BEGIN
               VALUE "Comments", "Dynamic linked library for Xerces-C\0"
               VALUE "CompanyName", "Apache Software Foundation\0"
  -            VALUE "FileDescription", "Shared Library for Xerces-C Version 2.3.0\0"
  -            VALUE "FileVersion", "2, 3, 0\0"
  -            VALUE "InternalName", "xerces-c_2_3_0.dll\0"
  +            VALUE "FileDescription", "Shared Library for Xerces-C Version 2.4.0\0"
  +            VALUE "FileVersion", "2, 4, 0\0"
  +            VALUE "InternalName", "xerces-c_2_4_0.dll\0"
               VALUE "LegalCopyright", "Copyright � Apache Software Foundation 2000 subject to licensing terms\0"
               VALUE "LegalTrademarks", "\0"
  -            VALUE "OriginalFilename", "xerces-c_2_3_0.dll\0"
  +            VALUE "OriginalFilename", "xerces-c_2_4_0.dll\0"
               VALUE "PrivateBuild", "\0"
  -            VALUE "ProductName", "Xerces-C Version 2.3.0\0"
  -            VALUE "ProductVersion", "2, 3, 0\0"
  +            VALUE "ProductName", "Xerces-C Version 2.4.0\0"
  +            VALUE "ProductVersion", "2, 4, 0\0"
               VALUE "SpecialBuild", "\0"
           END
       END
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org