From d52d2708828e2b7f75fc2677f6eb38597a41ea31 Mon Sep 17 00:00:00 2001 From: "a@b.com" Date: Fri, 31 Mar 2023 11:35:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4UOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: a@b.com --- Makefile | 2 +- kernel/sysctl.c | 2 +- kernel/uosversion.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8ee8480c7d45..d63baacb37e6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 10 SUBLEVEL = 136 -EXTRAVERSION = +EXTRAVERSION = 1-1 NAME = Dare mighty things # *DOCUMENTATION* diff --git a/kernel/sysctl.c b/kernel/sysctl.c index ab56d6145c1a..1c7aed042662 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -2694,7 +2694,7 @@ static struct ctl_table kern_table[] = { }, #endif { - .procname = "uosversion", + .procname = "acoversion", .data = &UOS_VERSION, .maxlen = UOS_VERSION_LEN, .mode = 0644, diff --git a/kernel/uosversion.h b/kernel/uosversion.h index 2a96a4d1f2fc..8880d04d6255 100644 --- a/kernel/uosversion.h +++ b/kernel/uosversion.h @@ -1,4 +1,4 @@ #define UOS_VERSION_LEN 0x20 -char UOS_VERSION[UOS_VERSION_LEN] = "1051"; +char UOS_VERSION[UOS_VERSION_LEN] = "v2";