Files
compute-runtime/driver_version.h.in
DmitryBushev 9e18416098 Add interface to extract versioning info
Appened ocloc interface with new 'query' feature.
Using this feature now one can extract HEAD hash and version of neo.

Signed-off-by: Bushev, Dmitry <dmitry.bushev@intel.com>
2021-06-29 13:17:15 +02:00

15 lines
279 B
C

/*
* Copyright (C) 2018-2021 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}"
#endif /* DRIVER_VERSION_H */