(file) Return to PegasusVersion.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/PegasusVersion.h between version 1.15 and 1.25

version 1.15, 2002/02/04 15:31:32 version 1.25, 2003/05/05 19:00:52
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 22 
Line 23 
 // //
 // Author: Karl Schopmeyer (k.schopmeyer@opengroup.org) // Author: Karl Schopmeyer (k.schopmeyer@opengroup.org)
 // //
 // Modified By:  // Modified By: Jenny Yu (jenny_yu@hp.com)
   //              Warren Otsuka (warren.otsuka@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 33 
Line 35 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 const char PEGASUS_NAME[] = "Pegasus CIM Server - ";  const char PEGASUS_NAME[] = "CIM Server ";
 const char PEGASUS_VERSION[] = "1.07";  const char PEGASUS_VERSION[] = "2.2";
 const char PEGAUS_STATUS[] = "Experimental" ;  const char PEGASUS_STATUS[] = "Experimental" ;
   
   #if defined(PLATFORM_VERSION_SUPPORTED)
   #  if defined(PEGASUS_PLATFORM_HPUX_ACC)
   #    include <Pegasus/Common/Version_HPUX_ACC.h>
   #  elif defined(PEGASUS_PLATFORM_LINUX_IA64_GNU)
   #    include <Pegasus/Common/Version_Linux_IA64.h>
   #  endif
   #endif
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2