mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
17 lines
327 B
C
17 lines
327 B
C
/*
|
|
* Copyright (C) 2018-2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#ifndef DRIVER_VERSION_H
|
|
#define DRIVER_VERSION_H
|
|
|
|
#cmakedefine NEO_OCL_DRIVER_VERSION ${NEO_OCL_DRIVER_VERSION}
|
|
#cmakedefine NEO_REVISION "${NEO_REVISION}"
|
|
|
|
#define NEO_VERSION_BUILD ${NEO_VERSION_BUILD}
|
|
|
|
#endif /* DRIVER_VERSION_H */
|