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 10 extern 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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.