(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.32 and 1.33

version 1.32, 2004/10/17 20:39:17 version 1.33, 2005/01/07 22:44:59
Line 29 
Line 29 
 // //
 // Modified By: Jenny Yu (jenny_yu@hp.com) // Modified By: Jenny Yu (jenny_yu@hp.com)
 //              Warren Otsuka (warren.otsuka@hp.com) //              Warren Otsuka (warren.otsuka@hp.com)
   //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 39 
Line 40 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 const char PEGASUS_NAME[] = "CIM Server ";  #ifdef PEGASUS_OVERRIDE_PRODUCT_ID
 const char PEGASUS_VERSION[] = "2.4";  # include <Pegasus/Common/ProductVersion.h>
 const char PEGASUS_STATUS[] = "" ;  #else
   # define PEGASUS_PRODUCT_NAME    "CIM Server"
 #if defined(PLATFORM_VERSION_SUPPORTED)  # define PEGASUS_PRODUCT_VERSION "2.4"
 #  if defined(PEGASUS_PLATFORM_HPUX_ACC)  # define PEGASUS_PRODUCT_STATUS  ""
 #    include <Pegasus/Common/Version_HPUX_ACC.h>  
 #  elif defined(PEGASUS_PLATFORM_LINUX_IA64_GNU)  
 #    include <Pegasus/Common/Version_Linux_IA64.h>  
 #  endif  
 #endif #endif
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2