From ab883f6184207c0b6138a698d692c9438ba4e49a Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 12 May 2020 10:30:18 -0500 Subject: [PATCH] increasing API version Change-Id: I20ff2da4ef5c373d4e9b212b84bffaa7d25b0628 --- inc/rocprofiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/rocprofiler.h b/inc/rocprofiler.h index b356b132bc..24925cae85 100644 --- a/inc/rocprofiler.h +++ b/inc/rocprofiler.h @@ -47,7 +47,7 @@ THE SOFTWARE. #include #include -#define ROCPROFILER_VERSION_MAJOR 7 +#define ROCPROFILER_VERSION_MAJOR 8 #define ROCPROFILER_VERSION_MINOR 0 #ifdef __cplusplus