Initial community commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/* /////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// INTEL CORPORATION PROPRIETARY INFORMATION
|
||||
// This software is supplied under the terms of a license agreement or
|
||||
// nondisclosure agreement with Intel Corporation and may not be copied
|
||||
// or disclosed except in accordance with the terms of that agreement.
|
||||
// Copyright(c) 2001-2009 Intel Corporation. All Rights Reserved.
|
||||
//
|
||||
// Purpose: Describes the IPP version
|
||||
//
|
||||
*/
|
||||
#if !defined( __IPPVERSION_H__ )
|
||||
#define __IPPVERSION_H__
|
||||
|
||||
#define IPP_VERSION_MAJOR 6
|
||||
#define IPP_VERSION_MINOR 1
|
||||
#define IPP_VERSION_BUILD 137
|
||||
|
||||
#define IPP_VERSION_STR "6.1"
|
||||
|
||||
#endif /* __IPPVERSION_H__ */
|
||||
/* ////////////////////////////// End of file /////////////////////////////// */
|
||||
Reference in New Issue
Block a user