You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2005/05/29 13:33:20 UTC

cvs commit: xml-security/c/src/framework XSECW32Config.hpp version.rc

blautenb    2005/05/29 04:33:20

  Modified:    c/src/framework XSECW32Config.hpp version.rc
  Log:
  Update version numbers for Windows compile
  
  Revision  Changes    Path
  1.26      +3 -3      xml-security/c/src/framework/XSECW32Config.hpp
  
  Index: XSECW32Config.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/framework/XSECW32Config.hpp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- XSECW32Config.hpp	25 Feb 2005 22:21:46 -0000	1.25
  +++ XSECW32Config.hpp	29 May 2005 11:33:20 -0000	1.26
  @@ -29,9 +29,9 @@
   
   #include <xercesc/util/XercesVersion.hpp>
   
  -#define XSEC_VERSION	     "1.1.0"
  +#define XSEC_VERSION	     "1.2.0"
   #define XSEC_VERSION_MAJOR   1
  -#define XSEC_VERSION_MEDIUM  1
  +#define XSEC_VERSION_MEDIUM  2
   #define XSEC_VERSION_MINOR   0
   
   /*
  
  
  
  1.5       +5 -5      xml-security/c/src/framework/version.rc
  
  Index: version.rc
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/framework/version.rc,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- version.rc	29 Feb 2004 10:45:04 -0000	1.4
  +++ version.rc	29 May 2005 11:33:20 -0000	1.5
  @@ -54,8 +54,8 @@
   //
   
   VS_VERSION_INFO VERSIONINFO
  - FILEVERSION 0,1,1,0
  - PRODUCTVERSION 0,1,1,0
  + FILEVERSION 0,1,2,0
  + PRODUCTVERSION 0,1,2,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, 1, 0\0"
  +            VALUE "FileVersion", "0, 1, 2, 0\0"
               VALUE "InternalName", "xsec_1D\0"
  -            VALUE "LegalCopyright", "Copyright � 2002-2004 The Apache Software Foundation\0"
  +            VALUE "LegalCopyright", "Copyright � 2002-2005 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, 1, 0\0"
  +            VALUE "ProductVersion", "0, 1, 2, 0\0"
               VALUE "SpecialBuild", "\0"
           END
       END