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";