1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * drbd_config.h
4 * DRBD's compile time configuration.
5 */
6
7#ifndef DRBD_CONFIG_H
8#define DRBD_CONFIG_H
9
10extern const char *drbd_buildtag(void);
11
12#define REL_VERSION "8.4.11"
13#define PRO_VERSION_MIN 86
14#define PRO_VERSION_MAX 101
15
16#endif
17

source code of linux/include/linux/drbd_config.h