Try: apt-cache show linux-image-generic
It will show you the latest kernel available in the first "depends" section.Packages are kept back when there is a new package that needs to be installed to satisfy dependencies while upgrading.
If you want to upgrade your kernel, type: sudo apt-get dist-upgrade
