hulk inclusion category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I8K3T6
--------------------------------
The version information OPENEULER_MINOR is not right in SP3, update it's value to 3.
Signed-off-by: Jialin Zhang zhangjialin11@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index ca37a053cfeb..a45a0b309a82 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SUBLEVEL = 0 EXTRAVERSION = NAME = Kleptomaniac Octopus OPENEULER_MAJOR = 2203 -OPENEULER_MINOR = 1 +OPENEULER_MINOR = 3
# *DOCUMENTATION* # To see a list of typical targets execute "make help"