How to get an exact version of phpBB

For whatever reason the authors of phpBB are not showing the exact version. At least I can’t find it in two seconds even inside the administration panel.

If there is no easy way to do it,  let’s do this simple trick:

SELECT * FROM `phpbb_config` WHERE `config_name` LIKE ‘%version%’

And here is how to do it in case you need an official support.