00001 /* 00002 * Copyright 2014-2016 NVIDIA Corporation. All rights reserved. 00003 * 00004 * NOTICE TO USER: 00005 * 00006 * This source code is subject to NVIDIA ownership rights under U.S. and 00007 * international Copyright laws. 00008 * 00009 * This software and the information contained herein is PROPRIETARY and 00010 * CONFIDENTIAL to NVIDIA and is being provided under the terms and conditions 00011 * of a form of NVIDIA software license agreement. 00012 * 00013 * NVIDIA MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE 00014 * CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR 00015 * IMPLIED WARRANTY OF ANY KIND. NVIDIA DISCLAIMS ALL WARRANTIES WITH 00016 * REGARD TO THIS SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF 00017 * MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE. 00018 * IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, 00019 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00020 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 00021 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE 00022 * OR PERFORMANCE OF THIS SOURCE CODE. 00023 * 00024 * U.S. Government End Users. This source code is a "commercial item" as 00025 * that term is defined at 48 C.F.R. 2.101 (OCT 1995), consisting of 00026 * "commercial computer software" and "commercial computer software 00027 * documentation" as such terms are used in 48 C.F.R. 12.212 (SEPT 1995) 00028 * and is provided to the U.S. Government only as a commercial end item. 00029 * Consistent with 48 C.F.R.12.212 and 48 C.F.R. 227.7202-1 through 00030 * 227.7202-4 (JUNE 1995), all U.S. Government End Users acquire the 00031 * source code with only those rights set forth herein. 00032 * 00033 * Any use of this source code in individual and commercial software must 00034 * include, in the user documentation and internal comments to the code, 00035 * the above Disclaimer and U.S. Government End Users Notice. 00036 */ 00037 00038 #ifndef NVPERFAPI_VERSION_H 00039 #define NVPERFAPI_VERSION_H 00040 00041 #define NVPA_VERSION_MAJOR 0 00042 #define NVPA_VERSION_MINOR 46 00043 #define NVPA_VERSION_REVISION 11 00044 00045 #endif /* NVPERFAPI_VERSION_H */