What kernel version comes with 11.04?
The upstream kernel version shipped in 11.04 is 2.6.38
.
You can look at the package source in Launchpad to see other versions for each release.
You can see which kernel version is currently running by checking these commands on terminal:
cat /proc/version
or
uname -r
or
uname -a