Page 1 of 1

Re: How Can I Tell What Mantis Version I'm Running ?

Posted: 03 Mar 2018, 09:44
by atrol
It's easy when using newer versions, just goto page "Manage".

For older versions, check file core/constant_inc.php
There is something like

Code: Select all

define( 'MANTIS_VERSION', '2.8.0' );

Re: How Can I Tell What Mantis Version I'm Running ?

Posted: 14 Mar 2018, 08:51
by RIchardDV
@atrol, brief and clear answer, thank you! Richard