(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.32.2.2

version 1.14, 2001/12/14 06:17:34 version 1.32.2.2, 2005/01/11 17:09:33
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2004////////////////////////////////////////////////////////////////////////
 // //
 // 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.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software 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 27 
 // //
 // 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 39 
  
 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.4.1.Beta";
 const char PEGAUS_STATUS[] = "Experimental" ;  const char PEGASUS_STATUS[] = "" ;
   
   #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.32.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2