26 lines
559 B
Diff
26 lines
559 B
Diff
From 446317a001543adb7fbdde3263c10472f4a5e083 Mon Sep 17 00:00:00 2001
|
|
From: tomoron <tomoron@student.42angouleme.fr>
|
|
Date: Wed, 9 Jul 2025 15:26:01 +0200
|
|
Subject: [PATCH] Makefile: append -thor_kernel to EXTRAVERSION
|
|
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 7eea2a41c..3d40e07cf 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -2,7 +2,7 @@
|
|
VERSION = 6
|
|
PATCHLEVEL = 16
|
|
SUBLEVEL = 0
|
|
-EXTRAVERSION = -rc5
|
|
+EXTRAVERSION = -rc5-thor_kernel
|
|
NAME = Baby Opossum Posse
|
|
|
|
# *DOCUMENTATION*
|
|
--
|
|
2.49.0
|
|
|