From cf1f3dac00e74f4b2194677f07c687ca9f25c67b Mon Sep 17 00:00:00 2001 From: KenHV Date: Thu, 31 Mar 2022 17:52:38 +0530 Subject: [PATCH] Makefile: Init Kensur Signed-off-by: KenHV --- Makefile | 2 +- scripts/setlocalversion | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4fe7c18dbefce9..75747033f5efc3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 17 SUBLEVEL = 1 -EXTRAVERSION = +EXTRAVERSION = -Kensur NAME = Superb Owl # *DOCUMENTATION* diff --git a/scripts/setlocalversion b/scripts/setlocalversion index af4754a35e6652..40e5d3d81d2dc0 100755 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -139,7 +139,6 @@ elif [ "${LOCALVERSION+set}" != "set" ]; then # If the variable LOCALVERSION is set (including being set # to an empty string), we don't want to append a plus sign. scm=$(scm_version --short) - res="$res${scm:++}" fi echo "$res"