| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | drbd.h |
|---|
| 3 | 4 | Kernel module for 2.6.x Kernels |
|---|
| .. | .. |
|---|
| 8 | 9 | Copyright (C) 2001-2008, Philipp Reisner <philipp.reisner@linbit.com>. |
|---|
| 9 | 10 | Copyright (C) 2001-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. |
|---|
| 10 | 11 | |
|---|
| 11 | | - drbd is free software; you can redistribute it and/or modify |
|---|
| 12 | | - it under the terms of the GNU General Public License as published by |
|---|
| 13 | | - the Free Software Foundation; either version 2, or (at your option) |
|---|
| 14 | | - any later version. |
|---|
| 15 | | - |
|---|
| 16 | | - drbd is distributed in the hope that it will be useful, |
|---|
| 17 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 18 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 19 | | - GNU General Public License for more details. |
|---|
| 20 | | - |
|---|
| 21 | | - You should have received a copy of the GNU General Public License |
|---|
| 22 | | - along with drbd; see the file COPYING. If not, write to |
|---|
| 23 | | - the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
|---|
| 24 | 12 | |
|---|
| 25 | 13 | */ |
|---|
| 26 | 14 | #ifndef DRBD_H |
|---|
| .. | .. |
|---|
| 51 | 39 | #endif |
|---|
| 52 | 40 | |
|---|
| 53 | 41 | extern const char *drbd_buildtag(void); |
|---|
| 54 | | -#define REL_VERSION "8.4.10" |
|---|
| 42 | +#define REL_VERSION "8.4.11" |
|---|
| 55 | 43 | #define API_VERSION 1 |
|---|
| 56 | 44 | #define PRO_VERSION_MIN 86 |
|---|
| 57 | 45 | #define PRO_VERSION_MAX 101 |
|---|