add assignement 00 to 08

This commit is contained in:
2025-07-10 17:05:01 +02:00
commit 85301ea6e0
22 changed files with 9212 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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