From f00c44ac895db5a61f1ab0976db23c65013a7f77 Mon Sep 17 00:00:00 2001 From: Kat Richey Date: Sat, 29 Oct 2022 10:02:58 -0500 Subject: [PATCH] New release year! --- include/kernel/cmos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/kernel/cmos.h b/include/kernel/cmos.h index cecc2d0..731156a 100644 --- a/include/kernel/cmos.h +++ b/include/kernel/cmos.h @@ -2,7 +2,7 @@ #define _KERNEL_CMOS /* This is kinda important, and has to be changed each year. */ -#define RELEASE_YEAR 2020 +#define RELEASE_YEAR 2022 struct _rtc_val { unsigned char second;