hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/drbd.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 drbd.h
34 Kernel module for 2.6.x Kernels
....@@ -8,19 +9,6 @@
89 Copyright (C) 2001-2008, Philipp Reisner <philipp.reisner@linbit.com>.
910 Copyright (C) 2001-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
1011
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.
2412
2513 */
2614 #ifndef DRBD_H
....@@ -51,7 +39,7 @@
5139 #endif
5240
5341 extern const char *drbd_buildtag(void);
54
-#define REL_VERSION "8.4.10"
42
+#define REL_VERSION "8.4.11"
5543 #define API_VERSION 1
5644 #define PRO_VERSION_MIN 86
5745 #define PRO_VERSION_MAX 101