mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
9 lines
212 B
C
9 lines
212 B
C
/* SPDX-License-Identifier: MIT */
|
|
#ifndef LIBURING_VERSION_H
|
|
#define LIBURING_VERSION_H
|
|
|
|
#define IO_URING_VERSION_MAJOR ${LIBURING_VERSION_MAJOR}
|
|
#define IO_URING_VERSION_MINOR ${LIBURING_VERSION_MINOR}
|
|
|
|
#endif
|