ippversion.h 786 B

12345678910111213141516171819202122
  1. /* /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // INTEL CORPORATION PROPRIETARY INFORMATION
  4. // This software is supplied under the terms of a license agreement or
  5. // nondisclosure agreement with Intel Corporation and may not be copied
  6. // or disclosed except in accordance with the terms of that agreement.
  7. // Copyright(c) 2001-2009 Intel Corporation. All Rights Reserved.
  8. //
  9. // Purpose: Describes the IPP version
  10. //
  11. */
  12. #if !defined( __IPPVERSION_H__ )
  13. #define __IPPVERSION_H__
  14. #define IPP_VERSION_MAJOR 6
  15. #define IPP_VERSION_MINOR 1
  16. #define IPP_VERSION_BUILD 137
  17. #define IPP_VERSION_STR "6.1"
  18. #endif /* __IPPVERSION_H__ */
  19. /* ////////////////////////////// End of file /////////////////////////////// */