Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing Version String in Linux Kernel sources

I have downloaded and unzipped the Linux Kernel. What file(s) in kernel source file(s) are responsible for displaying Version string ??

Thanks !

like image 911
newprint Avatar asked Dec 03 '25 22:12

newprint


1 Answers

It's in the first four lines of the top level Makefile.

like image 53
Andy Ross Avatar answered Dec 06 '25 12:12

Andy Ross