(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.14 and 1.28

version 1.14, 2001/12/14 06:17:34 version 1.28, 2003/11/10 18:14:29
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2003////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development
   // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
   // IBM Corp.; EMC Corporation, The Open Group.
 // //
 // 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 25 
 // //
 // 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 37 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 const char PEGASUS_NAME[] = "Pegasus CIM Server - ";  const char PEGASUS_NAME[] = "CIM Server ";
 const char PEGASUS_VERSION[] = "1.06";  const char PEGASUS_VERSION[] = "2.3.1";
 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.14  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2