Changing Version String in Linux Kernel sources

linux, linux-kernel

Solution

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

Problem

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

Original source