I've talk about this before in Zend Framework 1 but Zend Framework 2 has a quick and easy want to find the current version of Zend Framework installed using the following variable:

\Zend\Version\Version::VERSION

I've taken this same approach in the application that I'm working on that has versions. This way the version number is located somewhere safe and it's easy to reference.