(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.31 and 1.35

version 1.31, 2004/08/09 18:25:31 version 1.35, 2005/02/05 22:59:24
Line 1 
Line 1 
 //%2003////////////////////////////////////////////////////////////////////////  //%2005////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002  BMC Software, Hewlett-Packard Development  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L. P., IBM Corp., The Open Group, Tivoli Systems.  // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
 // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.; // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L. P.;
 // IBM Corp.; EMC Corporation, The Open Group. // 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.
   // Copyright (c) 2005 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 27 
Line 31 
 // //
 // 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 37 
Line 42 
  
 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.5"
 #  if defined(PEGASUS_PLATFORM_HPUX_ACC)  # define PEGASUS_PRODUCT_STATUS  "Experimental"
 #    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.31  
changed lines
  Added in v.1.35

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2